Skip to content

Releases: vizzuhq/vizzu-lib

v0.7.1

24 Feb 17:06
Compare
Choose a tag to compare

Fixed

  • Title animation timing on first chart fixed.

Full Changelog: v0.7.0...v0.7.1

v0.7.0

23 Feb 17:32
Compare
Choose a tag to compare

Fixed

  • Fixed the UnPivot.convert method not modifying the original data object.
  • Axis line, labels, ticks, interlacing and guide can be set to auto.
  • Simple fade in case of empty target chart
  • Fixed length serialization in style() for % unit.
  • Fixed missing rendering update when duration is 0 in first animate call.
  • Fixed error on multiple calls of the JS chart's 'data' property.
  • Fixed disapearing title from empty charts.
  • Fixed animation cancelling, did not trigger promise rejection.
  • Fixed chart state reset on animation cancel. Used the target chart's config
    further on despite the cancellation.
  • Fixed the type definition of Snapshot in the d.ts file.

Added

  • 'regroupStrategy' animation option introduced to control the algorithm for
    transitioning between charts having the data grouped differently on them
    (containing a different set of categorical dataseries).
  • Multi keyframe animation support (one animation through multiple chart).
  • 'style' property returns the style object only filled with the user-set
    values, all the values (returned by this property till 0.6.x) can be get
    using the new 'getComputedStyle()' method.
  • detach() method added to JS API for enabling proper garbage collection.
  • Actual animation can be stored for later reuse through Anim.Control.store()
    method.
  • animate() returned promise is not an animation controller object from now on,
    but has a member promise called 'activated', which resolves to the controller.
  • New style parameter, 'numberScale' has been introduced for setting the scale
    system for big numbers e.g.: K M B T or k m bn tn.
  • Improved default options for animations: marker geometry, marker fade-in,
    marker position, coordinate system, title.

Full Changelog: v0.6.1...v0.7.0

v0.6.1

22 Nov 11:25
Compare
Choose a tag to compare

Fixed

  • Treemap fixed for data series containing negative values.

Added

  • Transition (instead of fade) between chart showing different categorical dataseries.

Full Changelog: v0.6.0...v0.6.1

v0.6.0

18 Oct 15:06
Compare
Choose a tag to compare

Fixed

  • Label side parameter animation fixed.
  • Parsing color palette string containing space fixed.
  • Fixed fontStyle change triggers animation now.
  • Fixed label angle setting with deg/grad/turn units.
  • Eliminated unnecessary turns in Label angle animation.
  • Fixed animation section wise easing settings.
  • Area/line marker label fade-in/out fixed.
  • Rare missing marker on polar scatterplot fixed.
  • Markers drawn even if data point is outside of the plot,
    if the marker intersects it.
  • Fixed unwanted partial fade of non-changing legend when switched
    between auto and explicit value.
  • Area/Line fade easing base made linear.
  • Fixed missing last interlacing lane in negative chart areas

Added

  • Axis line, labels, ticks, interlacing and guide can be switched on/off
    via channel config parameters.
  • Padding defaults changed.
  • Marker labels added for some presets.

Full Changelog: v0.5.2...v0.6.0

v0.5.2

29 Aug 13:59
Compare
Choose a tag to compare

Fixed

  • Marker guides switch off on polar scatterplots for performance purposes.
  • Fixed unintentional size change of circle markers during polar-cartesian
    coordinate system change and animation from/to treemap.
  • Fixed line width animation when geometry is changing.
  • Removed unwanted move around of marker linking first and last data point in
    polar coordinates during animation.

Full Changelog: v0.5.1...v0.5.2

v0.5.1

14 Jul 09:25
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed

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

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