samizdatco / arbor

a graph visualization library using web workers and jQuery
http://arborjs.org
2.66k stars 633 forks source link

Documentation is unclear on how to use drawing methods with things other than <canvas> #32

Open NullVoxPopuli opened 12 years ago

NullVoxPopuli commented 12 years ago

From the introduction:

"It leaves the actual screen-drawing to you. This means you can use it with canvas, SVG, or even positioned HTML elements; whatever display approach is appropriate for your project and your performance needs."

But how does one use SVG or HTML elements?

(I would like to be able to use HTML elements, because then I can CSS style the nodes... but the documentation is well hidden if it exists....

NullVoxPopuli commented 12 years ago

I figured it out. I'll post an example / my project, when I finish.

ghost commented 11 years ago

So did you ever figure this out? I would like to see the example. Thanks

sgaurav commented 10 years ago

@NullVoxPopuli can you please share on how to use it with elements other than

Thanks in advance.

bulabula001 commented 6 years ago

Thanks in advance.