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, number][] = []

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

      Returns IterateSeries

      A Series for object that can be used by the PoincarePlot

      • seriesFrom
      • emptySeries