dash dthree hooks is a Dash component library for charts using D3 and React Hooks.
For more information on how to create custom components, I refer to the original Dash documentation. Dash also provides two examples of D3 charts here, however hooks are not used.
Big shoutout to muratkemaldar
for the inspiration to use ResizeObserver
for responsiveness.
Get started with:
- Install Dash and its dependencies: https://dash.plotly.com/installation
- Run
python usage.py
- Visit http://localhost:8050 in your web browser