Cant get Plotly Dash to show my plot when I try to work with callbacks
I am working on a Dash project that shows some financial information. I created a “histogram” that is more of a bar chart, that shows my expenses for each month. So each month is a bar, which is divided into different categories, like “groceries”, “transport” etc.
Multiple chained plotly dash components – python
Is it possible include multiple components within the same chained dash callback. Below, I have two countries within an initial callback. Based on which country is selected, associated cities are shown.