|
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 | +### Added |
| 11 | + |
| 12 | +- Add new sorting strategy: 'byLabel'. |
| 13 | + |
| 14 | +## [0.16.0] - 2024-11-28 |
| 15 | + |
5 | 16 | ### Fixed |
6 | 17 |
|
7 | 18 | - Fix align on fake-split charts |
| 19 | +- Drilldown on split chart is fade. |
| 20 | +- Fix aggregate on split chart. |
8 | 21 | - Do not interpolate hiding/showing legend |
9 | | -- Fix aggregator interface for 'set' channel parameter: |
| 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 dimension axis guides on sorted chart. |
| 28 | +- Fix NaN handling on axes and size measures other aggregators than sum. |
| 29 | +- Do not draw dimension axis labels when the middle of the text is off the plot. |
| 30 | + |
| 31 | +### Changed |
| 32 | + |
| 33 | +- Mekko charts: The main axis handled as dimension. |
| 34 | +- Change aggregator interface for 'set' channel parameter: |
10 | 35 | - From now not accepted the same dimension on the same channel. |
11 | 36 | - From now, it is prohibited to set multiple measure on one channel. |
12 | 37 | - From now, it is prohibited to set only aggregator without series name. |
13 | 38 | - 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: |
| 39 | + - Fix disappearing dimension when aggregated dimension was already set. |
| 40 | +- Change legend with multiple dimension duplicated markers: |
16 | 41 | - Markers of color are never merged. |
17 | 42 | - Markers of size are always merged. |
18 | 43 | - Markers of lightness are only merged when labelLevel == 0. |
19 | 44 | - 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 | 45 |
|
34 | 46 | ### Added |
35 | 47 |
|
36 | | -- Add new sorting strategy: 'byLabel'. |
37 | 48 | - Add spacing property for plot axis style structure. |
38 | | - |
39 | | -### Changed |
40 | | - |
41 | | -- Separate Channel properties to AxisChannel properties at config. |
42 | | -- Channels 'set' rewrite doesn't clear AxisChannel properties. |
| 49 | +- LabelLevel can be used to handle measure axis as dimension axis. |
| 50 | +- Enable dimension axis ticks and interlacing. |
| 51 | +- Enable measure axis guides. |
| 52 | +- Add meaning to crossing interlacing. |
43 | 53 |
|
44 | 54 | ## [0.15.0] - 2024-10-28 |
45 | 55 |
|
|
0 commit comments