Skip to content

Releases: vizzuhq/vizzu-lib

v0.4.0

21 Dec 16:07

Choose a tag to compare

Fixed

  • Marker label values are interpolated only if the measure is not changed on the label channel.

Added

  • animate() method returns an animation control object.
    Using this result object you can play, pause, stop, seek or reverse the animations. This makes animation control easier and more logical. Also, it enables the chaining of animation control methods. Example: https://lib.vizzuhq.com/0.4/#chapter-0.15

  • CSS properties can be used to style vizzu charts
    E.g. --vizzu-plot-marker-colorPalette: #9355e8FF #123456FF #BDAF10FF; instead of {style: {plot: {marker: {colorPalette: '#9355e8FF #123456FF #BDAF10FF'}}}
    This comes in handy if you have multiple charts on the same page, if you need to apply a design scheme for charts on different pages or if you just want to give your vizzu charts a different look for users using dark mode in their browser.
    Please note: If you use CSS, don't change the set parameters later on via the style property.

  • maxFractionDigits style parameter added to labels showing numbers.
    This sets the maximum number of fractional digits used when showing numbers on the chart. The default value is 3.

  • Package size reduction.
    From 602 KB to 426 KB

Known bugs

  • animate({ style: null }) fails. Fixed in 0.4.1.

Full Changelog: v0.3.3...v0.4.0

v0.3.3

18 Oct 07:59

Choose a tag to compare

Fixed

  • NPM package and d.ts file fixed for TypeScript projects.

Full Changelog: v0.3.2...v0.3.3

v0.3.2

16 Oct 13:09

Choose a tag to compare

Fixed

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

Added

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

Full Changelog: v0.3.1...v0.3.2

v0.3.1

25 Sep 10:21

Choose a tag to compare

Fixed

  • Data cube input recognition runtime error fixed.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

23 Sep 18:46

Choose a tag to compare

Added

  • First public release

v0.2.0

11 Aug 13:12

Choose a tag to compare

v0.2.0 Pre-release
Pre-release
Version number changed to 0.2.0