I want to scroll my chart, according to new datas.
Im using the code below but it is too fast. When i change the numbers, chart does not catch the new datas.
Is there any idea for scrolling the my charts according to coming datas?
```
chart->scroll(0.15,0);
chart->scale();
chart->update();
```