graph-viz-d3-js icon indicating copy to clipboard operation
graph-viz-d3-js copied to clipboard

Graphviz web D3.js renderer

Results 16 graph-viz-d3-js issues
Sort by recently updated
recently updated
newest added

I'm trying to render relatively large graph ([this one](https://jon.tsp.io/share/big.gv); 16K). It renders fine with `dot`, but `graph-viz-d3` doesn't render anything, and prints no errors to the console.

Hello, How can I render a node tooltip (or add an event onclick to nodes)? Thanks for the job! Ely

The tooltips in [sofia.txt](https://github.com/mstefaniuk/graph-viz-d3-js/files/890010/sofia.txt) are not rendered. No "a xlink:title" for the tooltips are generated in the svg. This is the rendered html from http://graphviz.it: [Graphviz it! - fiddle with...

Hello, I ma using Graph-viz-d3-js to render graphs. My graph comes from Graphviz tool, and are all in DOT format. The graph render well, except the image doesn't appear. This...

This might be a silly question. But is it possible to save an image that has special characters like "λ"? Currently, it gives you this error: `InvalidCharacterError: String contains an...

Hello! In my application, I need to change arrowtype dynamically from normal to none and vice versa. However after changing it, the arrowhead still exists. I am running Firefox 53.0.3...

Hello The library is very good, it works fine. But i can't find now how to clean the canvas to render a new graph. Right now the new graph is...

This framework can respond to node mouse events? If can, how to use?

While developing/debugging, it would be nice to have shorter iterations that the one minute it takes to "grunt dist". I tried "grunt build" and used: ``` requirejs.config({ //By default load...

1. The correct way to initialize zooming is: ` renderer1.init({element: "#graph", zoom: {extent: [0.1, 10]}}); ` 2. No zoomFunc is returned. 3. getImage() has no zoomFunc parameter