Line chart and bar chart with the same data? Bar showing one specific time

2022-11-08 Thread nicke
I want to link a line chart with several series to a bar chart. If I click (or on mouseover) in the timeline, I want the bar chart to show the values of the series for the current time. What is the best way to do that? Thanks

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

2022-11-08 Thread Ovilia
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 wrote: > > > I am trying to have a line chart and a bar chart in separate charts, but > use