Hello All,
I have been working quite a bit on something that I think will benefit us all.
I call it the Dashboard-Helper:
With it, you can explore your own uploaded datasets and build charts to further utilize Plotly’s really cool graphing options. Or, explore Plotly’s example datasets or realtime stock data powered by Yfinance.
With this, you also have to ability to create your custom dashboard from your data set, being able to move, resize, edit the chart, and delete graphs if you want.
Once you get a layout that you like, you can export the layout into a json file that can be imported into your own project and being parsed out by the helper’s function of makeDCC_Graph
. There is also an example usage file which shows you exactly how you’d go about doing that.
A pretty cool thing is that all the chart’s have pattern-matching built-in for their ids to be able to use for what ever purposes you need.
Please enjoy, and let me know your feedback.