Tabs, Graphs and charts

I’ve created a chart and line graph based on a pandas dataframe. Now I would like to create a second chart and line graph based on the same dataframe. I’d like each pair to be in different tabs.

I’m having problems combining the two concepts. For the tabs I’m using the content as callback method even though I’m open to try other things. For the chart and line graph combination I used the code from the predefined columns in the Editable Datatable section of the Dash Datatable User Guide as an outline (https://dash.plot.ly/datatable/editable).

I’m just trying to get ideas as to how to use these two concepts together. It shouldn’t be that hard. I must not be seeing something.

1 Like