I’m having issues with pyecharts + panel.
ECharts works perfectly fine, pyecharts works as well if I use .render_embed() and than use the string with a panel HTML pane, but when I’m trying to use a pyecharts object with a panel ECharts pane I get an error saying the pane doesn’t take pyecharts… objects.
There are some nice Liquid indicators in pyecharts not available in JS ECharts, hence I’m looking for a solution as the .render_embed() way doesn’t work out as expected.
Anyone seen a working pyecharts example? I couldn’t find any…