dhotson/springy

Image quality

MaxFrax opened this issue · 2 comments

Hi guys,

after some readings I can't figure out how to improve the image quality of my graph.
I'd like to show the graph in a canvas with height and width 100% but I can't get a nice resolution
schermata 2015-11-10 alle 23 30 40

Thank you all in advance

EDIT: I forgot: if i click into the canvas the nodes move too fast and too much, i think it's a linked problem due to wrong sizing of the view

Are you resizing the canvas with CSS? That could cause problems with display and click handling.

You'll need to adjust the canvas width and height attributes on the canvas tag to increase the resolution.

Thank you!