Vizzu v0.5.0 Release Notes

Release Date: 2022-07-13 // almost 2 years ago
  • ๐Ÿ›  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.