Laurent Marques

Results 43 comments of Laurent Marques

> Oh my god if you Echarts developpers you can add API support for Vertical Zoom !!! Actually there is only horizontal zoom. In the company where I work, railway...

Could you add a better support for dected zoom type on onDataZoom event ? ``` const ondataZoom = (param: any) => { const zoomID = param.batch[0].dataZoomId.toString() if (zoomID === '\x00series\x001\x000')...

Thanks to look it, right I tried, it works, but I lost the axisPointer interactivity with all xAxisIndex. I have just data on one graph at time and not all...

I wrote a sandbox test for reproduce the issue [here the sandbox test for reproduce the label overlapping](https://codesandbox.io/p/sandbox/distribution-of-electricity-forked-3y3tf2)

I have found the Echarts bug, on this sandbox [here](https://codesandbox.io/p/sandbox/test-label-axispointer-3y3tf2) this show label overlappe ![Capture d’écran 2024-06-28 à 12 17 23](https://github.com/apache/echarts/assets/1211149/f7f50840-b48c-4078-8996-5518f79015fc) Now suppress +5 lines in dataset in middle source...

Iam sorry I can replicate the issue look at this screenshot video, it seem too much point avoid the series-scatter z index (which containe the label): https://github.com/apache/echarts/assets/1211149/1015a5df-befa-49fb-a06d-7092a2da27af

I posted on stackoverflow like I can't help with this bug here. I noticed on another project Echarts has a maximum number of chart lines and data per axis which...

I re-open the issue because I did a reproducible project with this issue, it seem it happen when there is too much data. I put a multiplier in line #1,...

I found the issue guys, when echarts have more 3 series-lines (or enough data) and the series-lines has showSymbol to true, the z-index of the labels has issues over the...

I have the same issue !