Releases: vizzuhq/vizzu-lib
Releases · vizzuhq/vizzu-lib
v0.7.1
v0.7.0
Fixed
- Fixed the UnPivot.convert method not modifying the original data object.
- Axis line, labels, ticks, interlacing and guide can be set to auto.
- Simple fade in case of empty target chart
- Fixed length serialization in style() for % unit.
- Fixed missing rendering update when duration is 0 in first animate call.
- Fixed error on multiple calls of the JS chart's 'data' property.
- Fixed disapearing title from empty charts.
- Fixed animation cancelling, did not trigger promise rejection.
- Fixed chart state reset on animation cancel. Used the target chart's config
further on despite the cancellation. - Fixed the type definition of Snapshot in the d.ts file.
Added
- 'regroupStrategy' animation option introduced to control the algorithm for
transitioning between charts having the data grouped differently on them
(containing a different set of categorical dataseries). - Multi keyframe animation support (one animation through multiple chart).
- 'style' property returns the style object only filled with the user-set
values, all the values (returned by this property till 0.6.x) can be get
using the new 'getComputedStyle()' method. - detach() method added to JS API for enabling proper garbage collection.
- Actual animation can be stored for later reuse through Anim.Control.store()
method. - animate() returned promise is not an animation controller object from now on,
but has a member promise called 'activated', which resolves to the controller. - New style parameter, 'numberScale' has been introduced for setting the scale
system for big numbers e.g.: K M B T or k m bn tn. - Improved default options for animations: marker geometry, marker fade-in,
marker position, coordinate system, title.
Full Changelog: v0.6.1...v0.7.0
v0.6.1
Fixed
- Treemap fixed for data series containing negative values.
Added
- Transition (instead of fade) between chart showing different categorical dataseries.
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Fixed
- Label side parameter animation fixed.
- Parsing color palette string containing space fixed.
- Fixed fontStyle change triggers animation now.
- Fixed label angle setting with deg/grad/turn units.
- Eliminated unnecessary turns in Label angle animation.
- Fixed animation section wise easing settings.
- Area/line marker label fade-in/out fixed.
- Rare missing marker on polar scatterplot fixed.
- Markers drawn even if data point is outside of the plot,
if the marker intersects it. - Fixed unwanted partial fade of non-changing legend when switched
between auto and explicit value. - Area/Line fade easing base made linear.
- Fixed missing last interlacing lane in negative chart areas
Added
- Axis line, labels, ticks, interlacing and guide can be switched on/off
via channel config parameters. - Padding defaults changed.
- Marker labels added for some presets.
Full Changelog: v0.5.2...v0.6.0
v0.5.2
Fixed
- Marker guides switch off on polar scatterplots for performance purposes.
- Fixed unintentional size change of circle markers during polar-cartesian
coordinate system change and animation from/to treemap. - Fixed line width animation when geometry is changing.
- Removed unwanted move around of marker linking first and last data point in
polar coordinates during animation.
Full Changelog: v0.5.1...v0.5.2
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