helgasoft commented on issue #20823:
URL: https://github.com/apache/echarts/issues/20823#issuecomment-2722416732
> axisPointer to be at the same position and visible on all synchronized
characters.
To align all xAxes, add ```min: new Date("2025-01-18T07:12:22.900Z")``` to
xAxis of _speed_ series.
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.
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_..
--
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]