Vizzu v0.4.0 Release Notes

Release Date: 2021-12-21 // over 2 years ago
  • โž• Added

    • animate() method returns an animation control object, animation control methods are chainable.
    • ๐Ÿ’… CSS properties can be used to style vizzu charts E.g. --vizzu-plot-marker-colorPalette: whatever for {style: {plot: {marker: {colorPalette: "whatever"}}}}
    • ๐Ÿ’… maxFractionDigits style parameter added to labels showing numbers.
    • ๐Ÿ— WASM build size reduction.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Marker label fade-in/fade-out fixed, values are interpolated only if measure is not changed on label channel.