shenzhen-go icon indicating copy to clipboard operation
shenzhen-go copied to clipboard

graphing package

Open pjebs opened this issue 6 years ago • 1 comments

For v1, if graphviz is not being used, how are the graphics generated?

pjebs avatar Jun 18 '18 01:06 pjebs

In short, a GopherJS program runs in the browser, which adds SVG elements to the page after loading. The server provides the initial JSON representation of the graph to the client as part of the HTML.

DrJosh9000 avatar Jun 18 '18 01:06 DrJosh9000