MAIDR Documentation - v4.4.0
    Preparing search index...
    • Stamps each series of a multi-series layer separately.

      A line layer's data is one array per series and its selectors are one string per series, so each series needs a token of its own.

      Parameters

      • series: readonly (readonly Element[])[]

        The elements of each series, in series order.

      • containerId: string

        Id of the plot's <svg>.

      • token: string

        Value identifying this layer within the plot.

      Returns string[]

      One selector per series.