amcharts / amcharts5

The newest, fastest, and most advanced amCharts charting library for JavaScript and TypeScript apps.
Other
353 stars 94 forks source link

Zoomable chart with synced axes #1654

Open piozygmunt opened 3 months ago

piozygmunt commented 3 months ago

Hey. While zooming in on the chart with synced axes, they sometimes loose synchronization. For example in the provided example try to select data from 45 to 49 on axisX. I know syncing axes is kinda expertimental but is there a chance that it will be fixed? Didn't have such problem in amchart4.

CodePen https://codepen.io/piozygmunt/pen/qBzrvJa

Environment (if applicable)

zeroin commented 3 months ago

I don't think we will fix it. The syncing algorithm is quite the same, most likely it's grid count or size of a chart which might cause the difference.