Laszlo Simon
Laszlo Simon
mekko chart orientation will be different in case of: animate({ x: ..., y: ...}) and animate({ y: ..., x: ... })
Needed to work in pyscript out of box.
If they called before initialization, they should be chained after the initializing promise.
Create reveal.js plugin, where animations are triggered by reveal.js events.
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...
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)’ } } }`
catch async exceptions and write out the error message into the html page. this solution would be easier than sending it back to jupyter