All Versions
18
Latest Version
Avg Release Cycle
25 days
Latest Release
657 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.6.1 Changes
November 22, 2022๐ Fixed
- ๐ Treemap fixed for data series containing negative values.
โ Added
- Transition (instead of fade) between chart showing different categorical dataseries.
-
v0.6.0 Changes
October 18, 2022๐ 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.
- 0๏ธโฃ Padding defaults changed.
- Marker labels added for some presets.
-
v0.5.2 Changes
August 29, 2022๐ 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.
-
v0.5.1 Changes
July 14, 2022๐ Fixed
- ๐ Typescript declaration files fixed.
-
v0.5.0 Changes
July 13, 2022๐ 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.
-
v0.4.8 Changes
June 30, 2022๐ Fixed
- ๐ styles property of Vizzu class on JS API fixed (renamed to style).
-
v0.4.7 Changes
March 18, 2022๐ Fixed
- ๐ Runtime problem fixed for stacked charts.
-
v0.4.6 Changes
March 12, 2022๐ Fixed
- ๐ Fixed Vizzu.options() function signature in .d.ts file.
-
v0.4.5 Changes
March 11, 2022๐ Fixed
- ๐ Fixed canvas border clean on transparent background.
โ Added
- URL of Wasm binary can be overriden using
Vizzu.options({ wasmUrl })
.
-
v0.4.4 Changes
March 10, 2022๐ Fixed
- ๐ User friendly error when methods called on unitialized library.
- ๐ฒ API throws exception instead of console log.
โ Added
- Mouse event data contains mouse coordinates in plot coordinate system.
- Mouse wheel event introduced.