Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [68.0.0](v67.0.1...v68.0.0) (2024-10-08) ### Features * **xy:** render sorting ([#2524](#2524)) ([c514571](c514571)) ### BREAKING CHANGES * **xy:** The way mixed stacked/nonstacked series are colored now is different from the previous behaviour. Now we color them not by their insert index but by the way we display them in the rendering: from the left to right, bottom top, stacked, nonstacked. This align correctly also the legend colors by default. This does **not** affect colors assigned via a `SeriesColorAccessor`.
- Loading branch information