UNPKG

@gugotech/react-d3-tree

Version:

React component to create interactive D3 tree hierarchies

55 lines (24 loc) 517 B
`Link` (component) ================== Props ----- ### `linkData` (required) type: `object` ### `onClick` (required) type: `func` ### `onMouseOut` (required) type: `func` ### `onMouseOver` (required) type: `func` ### `orientation` (required) type: `enum('horizontal'|'vertical')` ### `pathClassFunc` type: `func` defaultValue: `undefined` ### `pathFunc` (required) type: `union(enum|func)` ### `styles` type: `object` defaultValue: `{}` ### `transitionDuration` (required) type: `number`