MagicalBS commented on issue #18167: URL: https://github.com/apache/echarts/issues/18167#issuecomment-1381515110
> Why expect grouped charts to synchronize time axis ? [connect](https://echarts.apache.org/en/api.html#echarts.connect) is defined as _"Connects **interaction** of multiple chart series"_. Interaction means common zoom, legend click, etc. of grouped charts. Probably the simplest solution would be to **not** connect the charts, just use the same X-axis for all of them. Thank you, that was very helpful! I did not realize that was an option. I have achieved what I wanted now by setting a min and max on the xAxis according to the selected time period. All charts are now synchronized on the xAxis as expected, even when no data is present (gaps can be seen in that case). <img width="257" alt="new" src="https://user-images.githubusercontent.com/32430646/212282061-d71ab839-3fbc-47d8-9315-a72303487f4e.PNG"> The charts are still connected since I want to have the tooltip across all of them. Thanks again! -- 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]
