Randy Zwitch
Randy Zwitch
It's not really clear to me what FileIO is providing here, to be honest. I can see wanting to write an `EChart` directly to json (I already defined `print(x::EChart)`, would...
#53 might help with this
I'm not actively working on this package, but happy to review pull requests from the community
Same on Ubuntu. Thanks for reporting. 
I've narrowed this down to some issue between WebIO and Blink, so the next step is to remove WebIO.
Remove Media.jl from display http://docs.junolab.org/latest/man/info_developer.html#Displaying-Plots-and-Graphics-1
0.7 now supported with ECharts.jl v0.1.0 release, but only via Jupyter Notebook. Additional work needed to make sure Juno, VSCode and others work.
To merge this in, appears that `tree` needs to be documented, and the examples should be a lot better. Additionally, a method for creating the nested structure from a dataframe/table...
Thanks for checking out ECharts! I haven't written any contributing docs yet, so I should probably do that. But in general, I've taken a very different approach than most other...
Graphs like these? https://echarts.baidu.com/examples/editor.html?c=graph-force Regardless of where you start, I think the area.jl shows the style I've gone for: https://github.com/randyzwitch/ECharts.jl/blob/master/src/plots/area.jl Here, you'll see that I define methods for arrays first,...