MAIDR Documentation - v3.65.0
    Preparing search index...
    • Build per-series CSS selectors for line and area charts.

      Vega renders one path per series within the marks group, in the order the series appear in the compiled data, so we use :nth-child to address each series individually.

      Parameters

      • mark: string
      • seriesCount: number
      • layerIndex: number
      • isLayered: boolean

      Returns string[]