1.0.5 • Published 4 years ago

react-d3-zoomable-sunburst v1.0.5

Weekly downloads
16
License
MIT
Repository
github
Last release
4 years ago

react-d3-zoomable-sunburst

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 calculations by passing value as a prop. 3) Sunburst component is developed using a functional component and hooks.

Installation

npm i react-d3-zoomable-sunburst

Example

1) git clone https://github.com/Nikhilkoneru/react-d3-zoomable-sunburst 2) cd example 3) npm run start