How to integrate drill-down chart in django using plotly python?
I have some basic knowledge of django python and I am using Django, and how to integrate drill-down charts in Django using Plotly python. I watched many online tutorials but it gives demos of all flasks app. Can you share some tutorials and others links or demo working examples? Thanks in advance.
I have tried this demo : Drill through bar chart Dash plotly, but this demo is in flask app. Can you share some useful code or links for how to convert this flask code to django code in python.