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

    Interface FChartData

    Columnar dataset: one shared, non-decreasing x array and one y array per series slot. line/area series consume one slot; a candle series consumes four consecutive slots in the order open, high, low, close. Slots follow series declaration order.

    interface FChartData {
        x: NumberArray;
        y: NumberArray[];
    }
    Index

    Properties

    x y

    Properties