MAIDR Documentation - v4.4.0
    Preparing search index...
    • A trace's 1-based position among the groups plotly drew into its panel's g.boxlayer.

      Box and candlestick share that layer, so the count has to span both: a candlestick declared first takes the first group, and a walk over boxes alone would hand the box that follows the candlestick's group.

      Parameters

      • gd: PlotlyGraphDiv

        The plotly graph div

      • traceIndex: number

        The trace's index in _fullData

      Returns number

      Its 1-based position among the panel's boxlayer groups