netjsongraph.js icon indicating copy to clipboard operation
netjsongraph.js copied to clipboard

Split rendering engine to two condition.

Open geekplux opened this issue 6 years ago • 0 comments

Using SVG when less 1k nodes and 5k links. Using WebGL when more than 1k nodes and 5k links.

https://github.com/netjson/netjsongraph.js/issues/41

I think we can split rendering to two part and first part just update old version svg implement.

geekplux avatar Aug 21 '17 15:08 geekplux