Laszlo Simon

Results 34 issues of Laszlo Simon

mekko chart orientation will be different in case of: animate({ x: ..., y: ...}) and animate({ y: ..., x: ... })

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

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

catch async exceptions and write out the error message into the html page. this solution would be easier than sending it back to jupyter