stream-charts
    Preparing search index...

    Function axesForSeriesGen

    • Accepts the series, the assignment of the series to axes, and the current x-axes state, and returns an array of the distinct axis IDs that cover all the series in the plot.

      Type Parameters

      Parameters

      • series: BaseSeries<D>[]

        The array of series

      • axisAssignments: Map<string, AxesAssignment>

        A map association a series name with its axis assignments

      • axesState: AxesState<A>

        The current axis state

      Returns string[]

      an array of the distinct axes that cover all the series in the plot