npm d3-graphviz 2.5.0
Fixed draw API to draw exactly like Graphviz + new utility methods

latest releases: 5.6.0, 5.5.0, 5.4.0...
7 years ago
  • Updates to the draw API:
    • Fixed drawNode and drawEdge to draw exactly like Graphviz does. No more interpretation and translation of Graphviz attributes to svg attributes. Utilize Graphviz for that in all situations. (#83)
    • Handle invisible nodes and edges. (#86)
    • Don't modify the attributes argument. (#81)
    • Added moveDrawnNode method.
    • Added drawnEdgeSelection method.
    • Added drawnNodeSelection method.
  • New utility methods:
    • Added zoomBehavior method. (#82)
    • Added zoomSelection method.
    • Added data method.

Don't miss a new d3-graphviz release

NewReleases is sending notifications on new releases.