Scoped selector for the bands of a percentage chart.
A percentage chart is one bar, so the rects run along it in band order —
which is the order the same aggregation gives the wedges of a pie, since
Frappe builds both from AggregationChart.calc(). The segmented trace maps
this single selector across all of its series, splitting the match itself.
Parameters
containerId: string
The chart container's id, for scoping.
Returns string
The selector matching one element per band, in band order.
Scoped selector for the bands of a percentage chart.
A percentage chart is one bar, so the rects run along it in band order — which is the order the same aggregation gives the wedges of a pie, since Frappe builds both from
AggregationChart.calc(). The segmented trace maps this single selector across all of its series, splitting the match itself.