Closed HarryMcCarney closed 1 year ago
Hi @HarryMcCarney , unfortunately we have only in browser support at the moment. I will have a look how easy this can be changed...
Thanks @muehlhaus and @GeorgeS2019. In case you were wondering this is what the pallet distribution network in Chile looks like
@GeorgeS2019 have you got an example of rendering to SVG? Unless I have missed something the lib doesn't seem to support this.
@kMutagene
Reference: https://github.com/fslaborg/Cyjs.NET/issues/10#issue-1637469976
@HarryMcCarney There are no direct ways for SVG conversion at the moment, however we started implementing an interactive extension the same way it works for Plotly.NET, We'll keep you updated.
@HarryMcCarney The ground work for rendering CyGraph
s is merged and released. There is some work to do internally (e.g. sizing does not work atm: #14 ), but there are now no technical blockers anymore. You'll just need to reference the new Cytoscape.NET.Interactive
nuget package, and end cells with the CyGraph object:
Is there a way to do this or does it always need to load in a browser?