UNPKG

3.12 kBMarkdownView Raw
1# Changelog
2
3## [0.5.0] - 2022-07-13
4
5### Fixed
6
7- Allow more than 5 colors in TS color palette and gradient declaration.
8 The format won`t be checked in compile time, only in runtime.
9- animation-begin event called after actual animation is set up.
10- Animation control methods take effect immediately.
11- Wrong orientation after switching from circle geometry fixed.
12
13### Added
14
15- Presets introduced for specific chart types.
16- cancel() method added for animation causing the animation to reset back to
17 the start position and rejecting the animation promise.
18- Data series can be reset with new values, previously any attempt to set
19 series with existing name resulted in error.
20- Logging and rendering can be switched on/off through feature() method.
21- position animation parameter for setting starting position of the animation.
22- data property of the chart in JS API contains metadata about the data set.
23
24## [0.4.8] - 2022-06-30
25
26### Fixed
27
28- styles property of Vizzu class on JS API fixed (renamed to style).
29
30## [0.4.7] - 2022-03-18
31
32### Fixed
33
34- Runtime problem fixed for stacked charts.
35
36## [0.4.6] - 2022-03-12
37
38### Fixed
39
40- Fixed Vizzu.options() function signature in .d.ts file.
41
42## [0.4.5] - 2022-03-11
43
44### Fixed
45
46- Fixed canvas border clean on transparent background.
47
48### Added
49
50- URL of Wasm binary can be overriden using `Vizzu.options({ wasmUrl })`.
51
52## [0.4.4] - 2022-03-10
53
54### Fixed
55
56- User friendly error when methods called on unitialized library.
57- API throws exception instead of console log.
58
59### Added
60
61- Mouse event data contains mouse coordinates in plot coordinate system.
62- Mouse wheel event introduced.
63
64## [0.4.3] - 2022-01-31
65
66### Fixed
67
68- Transparent interlacing color prevented axis title draw - fixed.
69
70### Added
71
72- 3 hex character CSS color format support.
73- Vizzu logo is a link to the lib's web page.
74
75## [0.4.2] - 2021-12-22
76
77### Fixed
78
79- Fixed error on chart.animate({ style: null })
80
81## [0.4.1] - 2021-12-22 - deprecated
82
83## [0.4.0] - 2021-12-21
84
85### Fixed
86
87- Marker label fade-in/fade-out fixed, values are interpolated only if measure
88 is not changed on label channel.
89
90### Added
91
92- animate() method returns an animation control object,
93 animation control methods are chainable.
94- CSS properties can be used to style vizzu charts
95 E.g. `--vizzu-plot-marker-colorPalette: whatever` for `{style: {plot: {marker: {colorPalette: "whatever"}}}}`
96- `maxFractionDigits` style parameter added to labels showing numbers.
97- WASM build size reduction.
98
99## [0.3.3] - 2021-10-17
100
101### Fixed
102
103- NPM package and d.ts file fixed for TypeScript projects.
104
105## [0.3.2] - 2021-10-15
106
107### Fixed
108
109- Color range legend labels show min/max of color range instead of data min/max.
110- Logo bottom padding fixed.
111
112### Added
113
114- Parts of markers outside of plot area are getting clipped. This behaviour can
115 be controlled by style.plot.overflow parameter.
116- channel title parameter has "auto" value by default. "null" will switch the
117 title off.
118
119## [0.3.1] - 2021-09-24
120
121### Fixed
122
123- Data cube input recognition runtime error fixed.
124
125## [0.3.0] - 2021-09-23
126
127### Added
128
129- First public release