Enhancements
- Implemented series order functionality, allowing control over the rendering order of series within a pane. Series with higher order values are rendered on top of those with lower values. Added two new methods to
ISeriesApi
:seriesOrder()
to get the current order index andsetSeriesOrder(order)
to set a specific order. (PR #1868)