Graphviz in the browser
mdaines.github.io
Graphviz in the browser
1–10 of 74 posts
Re: Graphviz in the browser
#2Re: Graphviz in the browser
#3I needed to use something to render directed graph in the browser and the biggest problem was the download size.
This library is 851KB gzip, which is way better than the 1.3MB I was using.
Maybe being able to bundle the engines (and output format) as separate modules could reduce its size?
So once again, great work!
Re: Graphviz in the browser
#4Re: Graphviz in the browser
#5Nice work! I needed to use something to render directed graph in the browser and the biggest problem was the download size. This library is 851KB gzip, which is way better than the 1.3MB I was using. Maybe being able to bundle the engines (and output format) as separate modules could reduce its size? So once again, great work!
Re: Graphviz in the browser
#6Seems much like this: http://cpettitt.github.io/project/dagre-d3/latest/demo/inter... what are the differences?
Re: Graphviz in the browser
#7Seems much like this: http://cpettitt.github.io/project/dagre-d3/latest/demo/inter... what are the differences?
Re: Graphviz in the browser
#8P.S. if you're interested, just the other day I posted a related experiment of mine on Show HN ... https://news.ycombinator.com/item?id=13308150
Re: Graphviz in the browser
#9I'd like to render complex graphs with Mapnik, as I do for OSM (which is just a graph after all).
Re: Graphviz in the browser
#10Source: https://gomix.com/#!/project/graphviz
Sample graph in SVG:
https://graphviz.gomix.me/graphviz?layout=dot&format=svg&mod...