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

Array of record objects as data

Open simzer opened this issue 3 years ago • 0 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 }, ... ]

simzer avatar Mar 26 '22 14:03 simzer