Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firefox struggling about d3.js svg library?

I coded some d3.j code that is svg visualization library and in my Mint installation firefox is really bad for rendering it. Is it about my installation or is it the general case?

Here is a example link for d3.js example

like image 372
Eren Golge Avatar asked Jun 02 '12 19:06

Eren Golge


2 Answers

Almost 2 years later, and the animation in FF is still a problem with FF29. It's a shame.

like image 144
lazaruslarue Avatar answered Oct 14 '22 01:10

lazaruslarue


I had the same problem. Transitions are very slow in FF 15 compared to Chrome and Safari. But you should try FF beta or Aurora. They come with significant performance improvements for SVG transitions and d3.js. My transitions are now running smoothly.

like image 41
user2503795 Avatar answered Oct 13 '22 23:10

user2503795