fcharts-js - v0.3.0
    Preparing search index...

    Interface ChartSummary

    interface ChartSummary {
        annotations?: AnnotationSummary[];
        label: string;
        points: number;
        series: SeriesSummary[];
        xEnd: number;
        xStart: number;
    }
    Index

    Properties

    annotations?: AnnotationSummary[]

    Event markers on the series, when any are configured.

    label: string
    points: number

    Points per series.

    series: SeriesSummary[]
    xEnd: number
    xStart: number