MAIDR JavaScript API
    Preparing search index...
    • The selector for one synthetic part of a split box or candle.

      ApexCharts draws a box as two paths that each mix a whisker with half the body, and a candle as one path holding the body and both wicks, so neither has an element MAIDR could highlight a quartile, a median or a wick with. The adapter splits them (see split.ts) into stamped sibling paths, which this addresses.

      Parameters

      • root: string

        The chart's rootSelector

      • realIndex: number

        The series' index in w.config.series

      • j: number

        The box or candle's data index

      • part: string

        Which part, e.g. 'iq' or 'wick-high'

      Returns string

      A selector matching that one synthetic path