UNPKG

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