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