stream-charts
    Preparing search index...
    • Creates a series from the name and the optional array of Datum.

      Type Parameters

      • D

      Parameters

      • name: string

        The name of the series (i.e. neuron)

      • data: D[] = []

        The array of datum, which could be (t, f(t)), or (f[n](x), f[n+1](x))

      Returns BaseSeries<D>

      A BaseSeries for object that can be used by in Charts

      • seriesFromTuples
      • emptySeries