Skip to content

Exposing node information on all callbacks, bug fixes, documentation improvements

Latest
Compare
Choose a tag to compare
@danielcaldas danielcaldas released this 18 Dec 03:47
· 17 commits to master since this release

Full Changelog

Implemented enhancements:

  • Arrow color go out of sync with link color when link.color or link.highlightColor is updated #360
  • Error: react-d3-graph :: Graph :: you have not provided enough data for react-d3-graph to render something. You need to provide at least one node #347
  • get x, y and other node informations with event onMouseOverNode() #306
  • Arrows don't point to nodes as expected #265
  • feature: expose node information to node related callbacks #385 (LonelyPrincess)
  • Don't throw error when there are no nodes #381 (LonelyPrincess)

Fixed bugs:

  • Some properties make the graph becomes unresetable #372
  • Node does not move/update when given coordinates or new coordinates #295

Closed issues:

  • Bendable links #373
  • High res pdf #356
  • Rendering graph with initial node positions doesn't properly place nodes without links #350
  • Enhance control on links appearance - support dashed links #343
  • Error when attempting to drag custom nodes #338
  • fontSize parameter should be working for single node #330
  • Adding the ability to completely freeze the graph #308

Merged pull requests: