vizzu-lib

Library for animated data visualizations and data stories.

APACHE-2.0 License

Downloads
2.6K
Stars
1.9K
Committers
14

Bot releases are hidden (Show)

vizzu-lib - v0.4.4

Published by simzer over 2 years ago

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: https://github.com/vizzuhq/vizzu-lib/compare/v0.4.3...v0.4.4

vizzu-lib - v0.4.3

Published by simzer over 2 years ago

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: https://github.com/vizzuhq/vizzu-lib/compare/v0.4.2...v0.4.3

vizzu-lib - v0.4.2

Published by simzer almost 3 years ago

Fixed

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

Full Changelog: https://github.com/vizzuhq/vizzu-lib/compare/v0.4.0...v0.4.2

vizzu-lib - v0.4.1

Published by simzer almost 3 years ago

Deprecated

vizzu-lib - v0.4.0

Published by simzer almost 3 years ago

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: https://github.com/vizzuhq/vizzu-lib/compare/v0.3.3...v0.4.0

vizzu-lib - v0.3.3

Published by simzer about 3 years ago

Fixed

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

Full Changelog: https://github.com/vizzuhq/vizzu-lib/compare/v0.3.2...v0.3.3

vizzu-lib - v0.3.2

Published by simzer about 3 years ago

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: https://github.com/vizzuhq/vizzu-lib/compare/v0.3.1...v0.3.2

vizzu-lib - v0.3.1

Published by simzer about 3 years ago

Fixed

  • Data cube input recognition runtime error fixed.

Full Changelog: https://github.com/vizzuhq/vizzu-lib/compare/v0.3.0...v0.3.1

vizzu-lib - v0.3.0

Published by simzer about 3 years ago

Added

  • First public release
vizzu-lib -

Published by simzer about 3 years ago