randyzwitch / ECharts.jl

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

ECharts not working in Pluto Notebooks #88

Open rleyvasal opened 3 years ago

rleyvasal commented 3 years ago

I followed the WebIO installation instructions and the following commands still do not work.

using ECharts x = ["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"] y = [11, 11, 15, 13, 12, 13, 10] b = bar(x, y)

randyzwitch commented 3 years ago

Thanks for reporting. To be honest, I've never understood how WebIO is supposed to work, so I'm not surprised it's not implemented correctly. I'd love it if someone could make a PR, I'd love to get Pluto (and Jupyter, VSCode, etc.) working.

diegozea commented 3 years ago

There is work on the Pluto & WebIO integration that can solve this problem: https://github.com/fonsp/Pluto.jl/pull/991

randyzwitch commented 3 years ago

I'd love to get this support added, but unfortunately, it looks like the community is moving again to a different alternative (JSServe.jl)?

When all of this shakes out, I'd be happy to review a PR, but with no background in implementing these hooks, I don't think I'll be the one to do it.