stream-charts
    Preparing search index...
    • Creates a series from the name and the optional array of (time, ordinal, value) tuples

      Parameters

      • name: string

        The name of the series

      • data: [time: number, ordinal: string, value: number][] = []

        The optional array of (time, ordinal, value) tuples

      Returns OrdinalSeries

      An OrdinalSeries for charts where one axis is the category, and the other a value

      • seriesFrom
      • emptySeries