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

Changelog History
Page 1

  • v0.6.1 Changes

    November 22, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Treemap fixed for data series containing negative values.

    โž• Added

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

    October 18, 2022

    ๐Ÿ›  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.
    • 0๏ธโƒฃ Padding defaults changed.
    • Marker labels added for some presets.
  • v0.5.2 Changes

    August 29, 2022

    ๐Ÿ›  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.
  • v0.5.1 Changes

    July 14, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Typescript declaration files fixed.
  • v0.5.0 Changes

    July 13, 2022

    ๐Ÿ›  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.
  • v0.4.8 Changes

    June 30, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ’… styles property of Vizzu class on JS API fixed (renamed to style).
  • v0.4.7 Changes

    March 18, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Runtime problem fixed for stacked charts.
  • v0.4.6 Changes

    March 12, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed Vizzu.options() function signature in .d.ts file.
  • v0.4.5 Changes

    March 11, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed canvas border clean on transparent background.

    โž• Added

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

    March 10, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ User friendly error when methods called on unitialized library.
    • ๐ŸŒฒ API throws exception instead of console log.

    โž• Added

    • Mouse event data contains mouse coordinates in plot coordinate system.
    • Mouse wheel event introduced.