UNPKG

2.22 kBMarkdownView Raw
1# Changelog
2
3## [0.4.8] - 2022-06-30
4
5### Fixed
6
7- styles property of Vizzu class on JS API fixed (renamed to style).
8
9## [0.4.7] - 2022-03-18
10
11### Fixed
12
13- Runtime problem fixed for stacked charts.
14
15## [0.4.6] - 2022-03-12
16
17### Fixed
18
19- Fixed Vizzu.options() function signature in .d.ts file.
20
21## [0.4.5] - 2022-03-11
22
23### Fixed
24
25- Fixed canvas border clean on transparent background.
26
27### Added
28
29- URL of Wasm binary can be overriden using `Vizzu.options({ wasmUrl })`.
30
31## [0.4.4] - 2022-03-10
32
33### Fixed
34
35- User friendly error when methods called on unitialized library.
36- API throws exception instead of console log.
37
38### Added
39
40- Mouse event data contains mouse coordinates in plot coordinate system.
41- Mouse wheel event introduced.
42
43## [0.4.3] - 2022-01-31
44
45### Fixed
46
47- Transparent interlacing color prevented axis title draw - fixed.
48
49### Added
50
51- 3 hex character CSS color format support.
52- Vizzu logo is a link to the lib's web page.
53
54## [0.4.2] - 2021-12-22
55
56### Fixed
57
58- Fixed error on chart.animate({ style: null })
59
60## [0.4.1] - 2021-12-22 - deprecated
61
62## [0.4.0] - 2021-12-21
63
64### Fixed
65
66- Marker label fade-in/fade-out fixed, values are interpolated only if measure
67 is not changed on label channel.
68
69### Added
70
71- animate() method returns an animation control object,
72 animation control methods are chainable.
73- CSS properties can be used to style vizzu charts
74 E.g. `--vizzu-plot-marker-colorPalette: whatever` for `{style: {plot: {marker: {colorPalette: "whatever"}}}}`
75- `maxFractionDigits` style parameter added to labels showing numbers.
76- WASM build size reduction.
77
78## [0.3.3] - 2021-10-17
79
80### Fixed
81
82- NPM package and d.ts file fixed for TypeScript projects.
83
84## [0.3.2] - 2021-10-15
85
86### Fixed
87
88- Color range legend labels show min/max of color range instead of data min/max.
89- Logo bottom padding fixed.
90
91### Added
92
93- Parts of markers outside of plot area are getting clipped. This behaviour can
94 be controlled by style.plot.overflow parameter.
95- channel title parameter has "auto" value by default. "null" will switch the
96 title off.
97
98## [0.3.1] - 2021-09-24
99
100### Fixed
101
102- Data cube input recognition runtime error fixed.
103
104## [0.3.0] - 2021-09-23
105
106### Added
107
108- First public release