Skip to content

Commit f14abbc

Browse files
committed
rearrange changelog
1 parent b62e538 commit f14abbc

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

CHANGELOG.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,37 @@
1010
- Drilldown on split chart is fade.
1111
- Fix aggregate on split chart.
1212
- Do not interpolate hiding/showing legend
13-
- Fix aggregator interface for 'set' channel parameter:
13+
- Remove rare fantom empty marker space on scrollable legend.
14+
- Same legend with different series are not interpolated.
15+
- Different legend with same series are interpolated.
16+
- Invisible axis labels are not draw.
17+
- Fix chaotic axis labels on sorted chart with multiple dimension.
18+
- Fix dimension axis guides on sorted chart.
19+
- Fix NaN handling on axes and size measures other aggregators than sum.
20+
- Do not draw dimension axis labels when the middle of the text is off the plot.
21+
22+
### Changed
23+
24+
- Mekko charts: The main axis handled as dimension.
25+
- Change aggregator interface for 'set' channel parameter:
1426
- From now not accepted the same dimension on the same channel.
1527
- From now, it is prohibited to set multiple measure on one channel.
1628
- From now, it is prohibited to set only aggregator without series name.
1729
- Fix series parsing when aggregator comes first.
18-
- Fix disappearing dimension when aggregated dimension was already set.
19-
- Fix legend with multiple dimension duplicated markers:
30+
- Fix disappearing dimension when aggregated dimension was already set.
31+
- Change legend with multiple dimension duplicated markers:
2032
- Markers of color are never merged.
2133
- Markers of size are always merged.
2234
- Markers of lightness are only merged when labelLevel == 0.
2335
- When merge happens, the marker shows the middle value of lightness.
24-
- Remove rare fantom empty marker space on scrollable legend.
25-
- Same legend with different series are not interpolated.
26-
- Different legend with same series are interpolated.
27-
- Invisible axis labels are not draw.
28-
- Fix chaotic axis labels on sorted chart with multiple dimension.
29-
- Fix Mekko charts: The main axis handled as dimension.
30-
- LabelLevel can be used to handle measure axis as dimension axis.
31-
- Enable dimension axis ticks and interlacing.
32-
- Enable measure axis guides.
33-
- Fix dimension axis guides on sorted chart.
34-
- Fix NaN handling on axes and size measures other aggregators than sum.
35-
- Add meaning to crossing interlacing.
36-
- Do not draw dimension axis labels when the middle of the text is off the plot.
3736

3837
### Added
3938

4039
- Add spacing property for plot axis style structure.
40+
- LabelLevel can be used to handle measure axis as dimension axis.
41+
- Enable dimension axis ticks and interlacing.
42+
- Enable measure axis guides.
43+
- Add meaning to crossing interlacing.
4144

4245
## [0.15.0] - 2024-10-28
4346

0 commit comments

Comments
 (0)