All Versions
18
Latest Version
Avg Release Cycle
25 days
Latest Release
526 days ago

Changelog History
Page 2

  • v0.4.3 Changes

    January 31, 2022

    🛠 Fixed

    • 🛠 Transparent interlacing color prevented axis title draw - fixed.

    ➕ Added

    • 👍 3 hex character CSS color format support.
    • 🌐 Vizzu logo is a link to the lib's web page.
  • v0.4.2 Changes

    December 22, 2021

    🛠 Fixed

    • 🛠 Fixed error on chart.animate({ style: null })
  • v0.4.1

    December 22, 2021
  • v0.4.0 Changes

    December 21, 2021

    ➕ 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.
  • v0.3.3 Changes

    October 17, 2021

    🛠 Fixed

    • 📦 NPM package and d.ts file fixed for TypeScript projects.
  • v0.3.2 Changes

    October 14, 2021

    ➕ Added

    • Parts of markers outside of plot area are getting clipped. This behaviour can be controlled by style.plot.overflow parameter.
    • 0️⃣ channel title parameter has "auto" value by default. "null" will switch the title off.

    🛠 Fixed

    • Color range legend labels show min/max of color range instead of data min/max.
    • 🛠 Logo bottom padding fixed.
  • v0.3.1 Changes

    September 24, 2021

    🛠 Fixed

    • 🛠 Data cube input recognition runtime error fixed.
  • v0.3.0 Changes

    September 23, 2021

    ➕ Added

    • 🚀 First public release