You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by Ovilia <ov...@gmail.com> on 2022/11/08 08:18:09 UTC

Re: When is a series displayed in a separate chart?

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