|
10 | 10 | - Drilldown on split chart is fade. |
11 | 11 | - Fix aggregate on split chart. |
12 | 12 | - 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: |
14 | 26 | - From now not accepted the same dimension on the same channel. |
15 | 27 | - From now, it is prohibited to set multiple measure on one channel. |
16 | 28 | - From now, it is prohibited to set only aggregator without series name. |
17 | 29 | - 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: |
20 | 32 | - Markers of color are never merged. |
21 | 33 | - Markers of size are always merged. |
22 | 34 | - Markers of lightness are only merged when labelLevel == 0. |
23 | 35 | - 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. |
37 | 36 |
|
38 | 37 | ### Added |
39 | 38 |
|
40 | 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. |
41 | 44 |
|
42 | 45 | ## [0.15.0] - 2024-10-28 |
43 | 46 |
|
|
0 commit comments