dataloader icon indicating copy to clipboard operation
dataloader copied to clipboard

Real time data issue

Open aashishkot opened this issue 7 years ago • 1 comments

Hi

I am working on amchart world map plugin. Our data load every 5 mins and we are using map.validateData(); .

But when its refresh the data its also reload the complete world map.

Let me know how can i refresh data without reloading map.

aashishkot avatar May 26 '17 11:05 aashishkot

If you are reloading the whole of the dataProvider the map will inadvertently rebuild and regresh itself, which might be visible.

If you need to work on the same map, you can change the values on each MapObject individually, then call its validate() method.

I hope this helps.

martynasma avatar May 30 '17 11:05 martynasma