|
4 | 4 |
|
5 | 5 | ### Fixed |
6 | 6 |
|
7 | | -- Fix invalid read/write when animation is contiguous (onFinish callback calls setKeyframe). |
8 | | -- Waterfall chart preset not aligned. |
9 | | -- Split chart count negative values too. |
10 | 7 | - Split chart handled when same dimension on main and sub axis. |
11 | | -- Add record didn't handle when a measure got an empty string. |
12 | | -- Fix no fontparent set bug. |
13 | 8 |
|
14 | 9 | ### Changed |
15 | 10 |
|
16 | 11 | - Channels 'set' rewrite doesn't clear AxisChannel properties. |
17 | | -- Split charts |
18 | | - - axis line multiplication. |
19 | | - - axis labels multiplication. |
20 | | - - axis range interpretation differently for all split part. |
21 | | - - align center / stretch fix. |
| 12 | +- Split charts |
| 13 | + - axis line multiplication. |
| 14 | + - axis labels multiplication. |
| 15 | + - axis range interpretation differently for all split part. |
| 16 | + - align center / stretch fix. |
| 17 | +- Less restrictive 'plot.marker.label.unit' |
22 | 18 |
|
23 | 19 | ### Added |
24 | 20 |
|
|
28 | 24 | - Enable split and align on mainAxis. |
29 | 25 | - Add 'isContiguous' property for dimension series |
30 | 26 |
|
| 27 | + |
| 28 | +## [0.16.3] - 2025-04-28 |
| 29 | + |
| 30 | +### Added |
| 31 | + |
| 32 | +- Added new (development) style parameter: 'plot.marker.label.unit' with options 'original' (default) and 'percent'. |
| 33 | + |
| 34 | +## [0.16.2] - 2025-04-03 |
| 35 | + |
| 36 | +### Fixed |
| 37 | + |
| 38 | +- Fix "Cerror: vector" where if a lot of categories are present without usage, |
| 39 | + memory allocation could be failed. |
| 40 | +- Fix appearing split markers starter position to center of separation space. |
| 41 | + |
| 42 | +## [0.16.1] - 2025-02-24 |
| 43 | + |
| 44 | +### Fixed |
| 45 | + |
| 46 | +- Fix invalid read/write when animation is contiguous (onFinish callback calls setKeyframe). |
| 47 | +- Waterfall chart preset not aligned. |
| 48 | +- Split chart count negative values too. |
| 49 | +- Visible non-sum aggregated value jumped. |
| 50 | +- Add record didn't handle when a measure got an empty string. |
| 51 | +- Fix no fontparent set bug. |
| 52 | +- Fix NaN handling on markers linking. |
| 53 | +- Fix handling negative numbers on stacked charts. |
| 54 | +- Fix connected charts when nan values is the prev connection. |
| 55 | + |
31 | 56 | ## [0.16.0] - 2024-11-28 |
32 | 57 |
|
33 | 58 | ### Fixed |
|
0 commit comments