Skip to content

Releases: magjac/d3-graphviz

Port to @hpcc-js/wasm

04 Mar 05:51
5d5942e
Compare
Choose a tag to compare

Note: This release contains breaking changes.

See the CHANGELOG for details.

Fix error when growing edge from shape none or plain

01 Jan 16:34
Compare
Choose a tag to compare
  • Fix error when growing edge from shape none or plain (thanks @joelonsql)

Relative tweening precision

17 Sep 05:49
Compare
Choose a tag to compare
  • Added support for specifying relative tweening precision

Fixed draw API issues with Chrome

23 Aug 16:34
Compare
Choose a tag to compare

Fixed two problems that manifested themselves in Chrome, but not in Firefox

  • Fixed drawing of edge with zero length
  • Fixed problem when drawing node shape with polyline

Fixed draw API to draw exactly like Graphviz + new utility methods

20 Aug 12:42
Compare
Choose a tag to compare
  • 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.

Fixed rendering of nodes with empty node_id

14 Aug 08:58
Compare
Choose a tag to compare
v2.4.3

Fixed rendering of nodes with empty node_id

Don't throw error when layout engine is changed late

14 Jul 11:46
Compare
Choose a tag to compare
v2.4.2

Don't throw error when layout engine is changed late

Fix transform jump and viewport when zoom

02 Jul 14:08
Compare
Choose a tag to compare
  • Corrected transform when rendering after pan or zoom
  • Corrected zoom transform scale when using DOT viewport

Added zoomTranslateExtent method

21 Jun 09:24
Compare
Choose a tag to compare
v2.4.0

Added zoomTranslateExtent method

Added zoomScaleExtent method

20 Jun 05:53
Compare
Choose a tag to compare
v2.3.0

Added zoomScaleExtent method