helgasoft commented on issue #18167: URL: https://github.com/apache/echarts/issues/18167#issuecomment-1381465409
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. -- 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]
