ECharts.jl icon indicating copy to clipboard operation
ECharts.jl copied to clipboard

ECharts not working in Pluto Notebooks

Open rleyvasal opened this issue 3 years ago • 3 comments

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)

rleyvasal avatar Dec 14 '20 23:12 rleyvasal

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.

randyzwitch avatar Dec 15 '20 13:12 randyzwitch

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

diegozea avatar Sep 11 '21 09:09 diegozea

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.

randyzwitch avatar Sep 13 '21 13:09 randyzwitch