Skip to content

Releases: vizzuhq/vizzu-lib

v0.5.1

14 Jul 09:25

Choose a tag to compare

Fixed

  • Typescript declaration files fixed.

Full Changelog: v0.5.0...v0.5.1

v0.5.0

13 Jul 15:17

Choose a tag to compare

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.

Full Changelog: v0.4.8...v0.5.0

v0.4.8

30 Jun 06:47

Choose a tag to compare

Fixed

  • styles property of Vizzu class on JS API fixed (renamed to style).

Full Changelog: v0.4.7...v0.4.8

v0.4.7

18 Mar 17:09

Choose a tag to compare

Fixed

  • Runtime problem fixed for stacked charts.

Full Changelog: v0.4.6...v0.4.7

v0.4.6

12 Mar 08:46

Choose a tag to compare

Fixed

  • Fixed Vizzu.options() function signature in .d.ts file.

Full Changelog: v0.4.5...v0.4.6

v0.4.5

11 Mar 17:03

Choose a tag to compare

Fixed

  • Fixed canvas border clean on transparent background.

Added

  • URL of Wasm binary can be overriden using Vizzu.options({ wasmUrl }).

Full Changelog: v0.4.4...v0.4.5

v0.4.4

10 Mar 16:34

Choose a tag to compare

Fixed

  • Error messages are easier to understand when methods are called on the uninitialized library.
  • API throws exceptions instead of logging on to the console.

Added

  • Mouse event data now contain relative coordinates of the cursor within the plot area. The coordinates go from 0 to 1, where 0,0 is the bottom left corner, and 1,1 is the top right corner of the plot.
  • Mouse wheel event introduced.

Full Changelog: v0.4.3...v0.4.4

v0.4.3

31 Jan 14:02

Choose a tag to compare

Fixed

  • When the interlacing color was set to transparent, the axis title was not shown.

Added

  • 3-digit hex code CSS color format is now supported.
  • Vizzu logo links to the Vizzu lib website.

Full Changelog: v0.4.2...v0.4.3

v0.4.2

22 Dec 16:20

Choose a tag to compare

Fixed

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

Full Changelog: v0.4.0...v0.4.2

v0.4.1

22 Dec 14:22

Choose a tag to compare

Deprecated