react-d3-zoomable-sunburst
v1.0.5
Published
react-d3-zoomable-sunburst component has few awesome features over https://www.npmjs.com/package/react-zoomable-sunburst-d3-v4. 1) Now component rerenders when there is a change in the props. 2) We can also change the value which we need to use for calcu
Downloads
78
Maintainers
Readme
react-d3-zoomable-sunburst
react-d3-zoomable-sunburst component has few awesome features over https://www.npmjs.com/package/react-zoomable-sunburst-d3-v4.
- Now component rerenders when there is a change in the props.
- We can also change the value which we need to use for calculations by passing value as a prop.
- Sunburst component is developed using a functional component and hooks.
Installation
npm i react-d3-zoomable-sunburst
Example
- git clone https://github.com/Nikhilkoneru/react-d3-zoomable-sunburst
- cd example
- npm run start