philogb / jit

The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web
http://thejit.org
Other
1.51k stars 297 forks source link

Google Chrome + Force-directed graph issue #89

Open tamtam22 opened 12 years ago

tamtam22 commented 12 years ago

When using Google Chrome to view force-directed graphs, the edges (in blue) are having difficulties displaying when the zoom level is low. When users zoom in further, the line appears back normally.

On page load: http://imageshack.us/f/21/19690361.png/

After zooming: http://imageshack.us/f/853/89985287.png/

Works fine in previous Google Chrome versions.

Bug reported on Chrome v16.0.912.4

Leonardgna commented 12 years ago

Hi, are you sure that there is such a issue? I think it might have to do something with your own codes. Can u paste your codes so I can take a look?

tamtam22 commented 12 years ago

The problem can be reproduced on the website's demo site as well:

http://thejit.org/static/v20/Jit/Examples/ForceDirected/example1.html http://thejit.org/static/v20/Jit/Examples/ForceDirected/example2.html

pedrofaustino commented 12 years ago

This may be caused by the chromium bug http://code.google.com/p/chromium/issues/detail?id=102286. I experienced the same with my SpaceTree on Chrome 15.0.874.106 (Windows 7 x64).