Display the graphs cycle

Hello team,
I have created various graphs using plolty and organised them in Dashboard( Various tabs-Pages) I want to display the graphs cycle through in TV. Is there a way we can set up automatic cycle of the tabs within dashboard?

Thanks

Hello,
I have created various graphs using plotly and organised them in Dashboard ( various Tabs - Pages ) I want to display the graphs cycle through in TV. Is there a way we can set up automatic cycle of the tabs within dashboard.
Regards

Not 100% sure, Are you setting up the tabs through dcc.Location? If so, I would probably set this up through a callback that takes a dcc.Interval as input and the Location pathname property as state. Then in the callback you can define your sequence and serve each page based on the current pathname value every time the Interval timer clocks out.