-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Tooltip rendering has slowed down considerably with new chrome version (v38) #702
Comments
Yes. Pretty dramatic slowdown of most of nvd3. Works fine in anything but chrome 38. Sufficiently large pages (multiple nvd3 figures) is sufficient to actually crash the page. |
Same here. Chrome crashes. |
Chrome bug on this issue: https://code.google.com/p/chromium/issues/detail?id=423749 |
Same here. I was trying to figure out if I should file it to the Chromium team or here. Great to see both taken care of already. |
Same here. We use nvd3 charts with considerably many data points (around 1500 ) . With chrome 38 our charts are not even responding. |
Experience the same problem in a web application deployed via Chromium Portable. Chrome 37 works fine, then 38 is massively slower. |
Also, tested with 39.0.2171.42 beta-m and the problem is still there 👎 |
Same stuff: the scatterchart just freezes Chrome when adding more than 10 datapoints. |
I have just noticed this problem on a Line chart with around 1400 points. If I enable 'interactive', the whole thing freezes for about 70-90 seconds. |
Hi all, I didn't see any issues with my fork.... it has a lot of fixes that aren't in the master of this project (which has essentially stopped development), if you can reproduce on the development branch of my fork then I'll try to see what's up... |
Okay, I actually fixed this in my fork's development branch. It had to do with how nvd3 was using the voronoi points in chrome. Cheers. |
Should be fixed in latest novus version. |
I had the same problem. I just stopped using voronoi for tooltip.. Everything works fine now .. |
Should be fixed in latest nvd3 version 1.7.x+, thanks! |
Hi,
Our line charts that don't use interactive-guideline has slowed down considerably with the latest chrome upgrade (version 38). The tooltips take a good 15 seconds and over before they show up. I can repro this problem on the nvd3 examples page too - http://nvd3.org/examples/lineWithFocus.html. We have tried chrome 37 and chrome 38 on Mac 10.9 and the graphs work fine with chrome version 37 but very slow with 38.
Is anyone else having this problem?
Thanks!
Sherin
The text was updated successfully, but these errors were encountered: