Tolomaj commented on issue #20823:
URL: https://github.com/apache/echarts/issues/20823#issuecomment-2723811301
>To align all xAxes, add min: new Date("2025-01-18T07:12:22.900Z") to xAxis
of speed series.
I update the values to have matched start time and end time.
[updated example](https://codepen.io/tolomaj/pen/WbNXyeY)
But with same result.
> Your speed series has 20 values between 8:00 and 9:00, while the other two
series have only 2 values. So you can't expect the vertical axisPointers to be
synchronized.
To be true I expect to sync axis pointer on xAxis based on time not the
samples when `snap: false` and sometimes this work:
*Video showing zoom:*
https://github.com/user-attachments/assets/6789c6a2-4640-46ec-a657-28675bb1b977
But when I hover with pointer on second green graph the axisPointers won't
sync at all and when hovering on first blue graph the pointer works reliably
only on 100% zoom.
> Maybe your project does not need 'connected' charts, see official [simpler
solution](https://echarts.apache.org/examples/en/editor.html?c=candlestick-brush)
with two grids and shared dataZooom and axisPointer..
urfonutely i need the graps in separated html elements for userfrendlyness
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]