Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Real time data issue #19

Open
aashishkot opened this issue May 26, 2017 · 1 comment
Open

Real time data issue #19

aashishkot opened this issue May 26, 2017 · 1 comment

Comments

@aashishkot
Copy link

aashishkot commented May 26, 2017

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.

@martynasma
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants