google / shenzhen-go

Experimental visual Go environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphing package

pjebs opened this issue · comments

commented

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

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.