amcharts / amcharts5

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

Chart gets fully zoomed out when addding lines #1651

Closed Ashishvkale closed 3 months ago

Ashishvkale commented 3 months ago

I'm working with column series and line series with xy chart (amcharts5) Whenever I add any new line adding data dynamically to it chart gets zoomed out to its max and min dates.

Below is the working codepen : https://codepen.io/ashish-kale-ak/pen/OJepjwK?editors=0010

Even though it's not hitting any line of codewhich is dealing with date axis zooming. How to stop it from getting zoomed out ?

martynasma commented 3 months ago

Duplicate of https://github.com/amcharts/amcharts5/issues/1643