Can someone help me to get run zoomable-icicle chart using react.
I would suggest to:
- First get a zoomable icicle working with D3 that does not use React
- Wrap it in a React component using
useRef
anduseEffect
Here’s a zoomable icicle in vanilla JavaScript with D3 only:
From here you can wrap it in a React component. Good luck!
1 Like
Thanks a lot Curran. It helps me a lot. Will try.
1 Like