Re: Managing multiple charts with a single data zoom

2023-06-06 Thread Ovilia
Hi, You can use echarts.connect to combine the two series and share the same dataZoom. https://echarts.apache.org/en/api.html#echarts.connect Thanks *Ovilia* On Sat, Jun 3, 2023 at 12:34 AM Özgür Çelebi wrote: > Hello, > > My name is Ozgur. We love using echarts. I very used this chart > ht

Re: Need support on echart markpoint and barwidth

2023-06-06 Thread Ovilia
Hi, Sorry for the late reply. You can use https://echarts.apache.org/en/option.html#series-bar.markPoint.data.coord to set the x and y value of the data so that it's always on the top of each bar. You need to map the series data to the markpoint data. The default behavior of bar series width is