Releases: vizzuhq/vizzu-lib
Releases · vizzuhq/vizzu-lib
v0.5.1
v0.5.0
Fixed
- Allow more than 5 colors in TS color palette and gradient declaration.
The format won`t be checked in compile time, only in runtime. - animation-begin event called after actual animation is set up.
- Animation control methods take effect immediately.
- Wrong orientation after switching from circle geometry fixed.
Added
- Presets introduced for specific chart types.
- cancel() method added for animation causing the animation to reset back to
the start position and rejecting the animation promise. - Data series can be reset with new values, previously any attempt to set
series with existing name resulted in error. - Logging and rendering can be switched on/off through feature() method.
- position animation parameter for setting starting position of the animation.
- data property of the chart in JS API contains metadata about the data set.
Full Changelog: v0.4.8...v0.5.0
v0.4.8
Fixed
- styles property of Vizzu class on JS API fixed (renamed to style).
Full Changelog: v0.4.7...v0.4.8
v0.4.7
v0.4.6
v0.4.5
Fixed
- Fixed canvas border clean on transparent background.
Added
- URL of Wasm binary can be overriden using
Vizzu.options({ wasmUrl }).
Full Changelog: v0.4.4...v0.4.5
v0.4.4
Fixed
- Error messages are easier to understand when methods are called on the uninitialized library.
- API throws exceptions instead of logging on to the console.
Added
- Mouse event data now contain relative coordinates of the cursor within the plot area. The coordinates go from 0 to 1, where 0,0 is the bottom left corner, and 1,1 is the top right corner of the plot.
- Mouse wheel event introduced.
Full Changelog: v0.4.3...v0.4.4
v0.4.3
Fixed
- When the interlacing color was set to transparent, the axis title was not shown.
Added
- 3-digit hex code CSS color format is now supported.
- Vizzu logo links to the Vizzu lib website.
Full Changelog: v0.4.2...v0.4.3