|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## [0.16.0] - 2024-11-28 |
| 6 | + |
5 | 7 | ### Fixed |
6 | 8 |
|
7 | 9 | - Fix align on fake-split charts |
8 | 10 | - Drilldown on split chart is fade. |
9 | 11 | - Fix aggregate on split chart. |
10 | 12 | - Do not interpolate hiding/showing legend |
11 | | -- 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: |
12 | 26 | - From now not accepted the same dimension on the same channel. |
13 | 27 | - From now, it is prohibited to set multiple measure on one channel. |
14 | 28 | - From now, it is prohibited to set only aggregator without series name. |
15 | 29 | - Fix series parsing when aggregator comes first. |
16 | | - - Fix disappearing dimension when aggregated dimension was already set. |
17 | | -- 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: |
18 | 32 | - Markers of color are never merged. |
19 | 33 | - Markers of size are always merged. |
20 | 34 | - Markers of lightness are only merged when labelLevel == 0. |
21 | 35 | - When merge happens, the marker shows the middle value of lightness. |
22 | | -- Remove rare fantom empty marker space on scrollable legend. |
23 | | -- Same legend with different series are not interpolated. |
24 | | -- Different legend with same series are interpolated. |
25 | | -- Invisible axis labels are not draw. |
26 | | -- Fix chaotic axis labels on sorted chart with multiple dimension. |
27 | | -- Fix Mekko charts: The main axis handled as dimension. |
28 | | -- LabelLevel can be used to handle measure axis as dimension axis. |
29 | | -- Enable dimension axis ticks and interlacing. |
30 | | -- Enable measure axis guides. |
31 | | -- Fix dimension axis guides on sorted chart. |
32 | | -- Fix NaN handling on axes and size measures other aggregators than sum. |
33 | | -- Add meaning to crossing interlacing. |
34 | | -- Do not draw dimension axis labels when the middle of the text is off the plot. |
35 | 36 |
|
36 | 37 | ### Added |
37 | 38 |
|
38 | 39 | - 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. |
39 | 44 |
|
40 | 45 | ## [0.15.0] - 2024-10-28 |
41 | 46 |
|
|
0 commit comments