MAIDR JavaScript API
    Preparing search index...
    • The selector for every per-point marker of a line, area, scatter or bubble series.

      Two kinds of look-alike are excluded. The legend's swatches carry the apexcharts-marker class too, and are outside every series group. The hover placeholder ApexCharts draws for a chart without markers sits inside the first series' .apexcharts-series-markers group, but carries no j — and an isolated point's duplicate marker sits in a plain <g>, which the child combinator skips. What is left is one marker per non-null point, in data order.

      Parameters

      • root: string

        The chart's rootSelector

      • realIndex: number

        The series' index in w.config.series

      Returns string

      A selector matching the series' markers