vizzu-lib
vizzu-lib copied to clipboard
Library for animated data visualizations and data stories.
Can be generated from vizzu.d.ts file
https://jsfiddle.net/VizzuHQ/oqra16dg/1/ ```javascript et data = { series: [ { name: 'Foo', values: ['Alice', 'Bob', 'Ted'] }, { name: 'Bar', values: [15, 32, 12] } ] }; let chart = new...
Events seem to fail to unregister while using the `off` method on a chart while multiple instances of the same handler is registered.
Although it's easy enough to transform the data, it'd be nice if Vizzu accepts data as an array of objects e.g. [ { Genre: 'Pop', Type: 'Hard', Popularity: 114 },...
`plot: { xAxis: { label: { transform: ‘rotate(-45deg)’ } } }`
Task: We need a new channel parameter: connectiontype If the user filters from the data series on the X-axis (parallel to the line or area), then: 1.) connect on -...