stream-charts
    Preparing search index...
    • Creates a series from the name and the optional array of (x, y) pairs (tuples)

      Parameters

      • name: string

        The name of the series

      • data: [number, number][] = []

        The optional array of (x, y) pairs (tuples)

      Returns TimeSeries

      A Series for object that can be used by the RasterChart

      • seriesFrom
      • emptySeries