If you want them to be in separate charts, then you should call echarts.init twice and setOption twice, and use the same dataset twice in both setOptions.
Thanks *Ovilia* On Tue, Nov 1, 2022 at 3:59 AM <ni...@bliq.se> wrote: > > > I am trying to have a line chart and a bar chart in separate charts, but > use the same dataset. But they are showing up in the same chart. In > this example [1] there is one line chart and one pie-chart. iiuc there > is no special config to make the pie show in a separate chart, just > different series. Is there a setting for showing a series in a separate > chart? > > > > Links: > ------ > [1] https://echarts.apache.org/examples/en/editor.html?c=dataset-link