Releases
v0.11.0
Fixed
next() can be called multiple times from Plugin hooks
Fixed nan handling on non-axis charts.
Line and circle chats with only dimensions on x, and y axes the markers were off the axis labels.
Crash on TreeMap only with negative values
On dimension axis where no marker, print the dimension name as default title.
On measure axis with specified channel min-max where no marker, print the labels.
Legend markers are not flickering on same data.
From now legend appears/disappears linear time.
Axis labels are not animated to a different axis label.
Dimension axis density on sorted values was wrongly calculated.
Tooltip with 'seriesName' does not rewrite first series data.
Handle as different category the empty string and the missing value.
On chart resize, the font size is recalculated.
Dim-Dim on x-y shows separated rectangles.
Added
New plugins and plugin hooks introduced:
plugin: scheduler - plugin resposible for scheduling the rendering
plugin: clock - supplying the current time for the animation
plugin: canvasRenderer - plugin for rendering the chart on a htmlcanvas compatible canvas
hook: start - hook for starting the rendering loop
hook: render - hook for rendering the chart
Chart generation performance optimization: ~3x speed
Maximum marker limit increased: ~2x count
Reduced wasm binary size: ~3%
You can’t perform that action at this time.