amcharts / amcharts4

The most advanced amCharts charting library for JavaScript and TypeScript apps.
https://www.amcharts.com/
1.16k stars 322 forks source link

ScrollbarX disconnected from chart series if using series.data instead of chart.data #2136

Closed lticadler closed 4 years ago

lticadler commented 4 years ago

If data is provided per series instead of per chart the scrollbar is no longer connected to the series in the chart.

Sometimes (maybe a timing problem) the scrollbar is initially empty. But reproducible the scrollbar is not updated if the series has new data by the series.addData method.

Simple Pen: https://codepen.io/chrisadler/pen/PoqzNgJ

martynasma commented 4 years ago

Fixed in 4.9.2.

[4.9.2] - 2020-02-25

Added

Changed

Fixed

Full change log.

Make sure you clear your browser cache after upgrading. And feel free to contact us again if you are still experiencing this issue.