vizzu-lib icon indicating copy to clipboard operation
vizzu-lib copied to clipboard

Library for animated data visualizations and data stories.

Results 45 vizzu-lib issues
Sort by recently updated
recently updated
newest added

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...

bug

Events seem to fail to unregister while using the `off` method on a chart while multiple instances of the same handler is registered.

bug

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 },...

enhancement

`plot: { xAxis: { label: { transform: ‘rotate(-45deg)’ } } }`

bug

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 -...