vizzuhq / vizzu-lib

Library for animated data visualizations and data stories.

Home Page:https://lib.vizzuhq.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Array of record objects as data

simzer opened this issue · comments

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 },
{ Genre: 'Rock', Type: 'Hard', Popularity: 96 },
...
]

implemented in #218