HelikarLab / ccNetViz

JavaScript library for visualization of large-scale network graphs using WebGL
93 stars 43 forks source link

High Resolution Graph Image Export #147

Closed HelikarLabPersonal closed 4 years ago

HelikarLabPersonal commented 4 years ago

CCNetViz currently supports the download of graphs as a png file only, with limited resolution. We are looking to develop support to enable the download of high-resolution images of graphs in various file formats, including .png, .jpg., and potential secondary implementation of the rendering engine in SVG.

A potential solution would be to develop additional renderers (SVG and/or Canvas) that would be called and used when a network export function is called.

canerakdas commented 4 years ago

150