randyzwitch / ECharts.jl

Julia package for the Apache ECharts v4 visualization library
https://randyzwitch.com/ECharts.jl/
Other
84 stars 9 forks source link

Switch to new Dataset syntax #51

Open randyzwitch opened 6 years ago

randyzwitch commented 6 years ago

Instead of having all different data structures, move to common Dataset structure for simplicity. Reuse JSON.json(x::DataFrame) as much as possible to avoid writing custom parsers