-
Notifications
You must be signed in to change notification settings - Fork 195
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
Problem in firefox when updating the map #304
Comments
Hello, Could you provide a working example of your project (or maybe just a JSFidlle that highlights the issue ?). Have you tried to increase the delay of 1000ms if it's possible ? Is the option 'replaceOptions' set to false when you trigger the 'update' event ? |
Firefox is known to have a slower JS engine than Chrome (and IE, sometimes). However, I'm sure there are some stuff we could improve on. Thanks. |
@Smithangshu we would be interested to have more information on your usage |
Feel free to reopen this issue if you want to help us improve performance. |
Hi,
I am facing an issue that is when I am updating very fast as data is coming though websocket and I need to add new plot to the map and remove plots which are older than 5 second in every 1000 ms, its working but become very slow in Firefox but in rest of the browser including IE, Chrome its working nicely. Even it takes long to show tooltip when I move mouse to any area or plot also zooming become very slow.
The text was updated successfully, but these errors were encountered: