Intro
There are a bunch of good resources for dash and plotly. I have been finding myself coming back to the official documentation and form post from there. Most of the solutions that I have implemented have come from this if not all of the solutions. This form and documentation have been fantastic
I have been working on adding functions to help make certain sections of the dashboards that I have been building. I'm going to have to take some time and grab data from my SQL databases to rebuild old dashboards for our company to use.
The main goal of today was to learn how to make inputs and outputs work. From what I can tell you get a callback that will take inputs and output based on IDs. Then this will create a function that your arguments will be in sequential order based on your inputs. The outputs will be in sequential order as the return. I have been using this to define a data frame to give me the data that I need.