react-d3-tree
Version:
React component to create interactive D3 tree hierarchies
34 lines (15 loc) • 325 B
Markdown
`Link` (component)
==================
Props
-----
### `linkData` (required)
type: `object`
### `orientation` (required)
type: `enum('horizontal'|'vertical')`
### `pathFunc` (required)
type: `union(enum|func)`
### `styles`
type: `object`
defaultValue: `{}`
### `transitionDuration` (required)
type: `number`