randyzwitch / ECharts.jl

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

Add macro for literal specification of ECharts json #29

Open randyzwitch opened 6 years ago

randyzwitch commented 6 years ago

Make a function/macro to parse a JSON specification directly into an ECharts object, so that plotting can occur from copying examples

randyzwitch commented 6 years ago

This may be possible using JSON2.jl, but that is a 0.7+ package