Live Graph max_intervals input

Hello,
I have a live graph which is plotting the data in real-time, but I want it to plot data for only a specific period of time which the client as input write can. Is it possible by add max_intervals as input for client to write, but i still found no way to add it.
Any help?
thanks

1 Like

you can use the dash for adjusting the contents of the graph.
For adjusting interval in the datetime graph I used DatePickerRange in my previous applications.

Link to the datepicker range documentation https://dash.plotly.com/dash-core-components/datepickerrange

Link to the interactive app https://dash-example-index.herokuapp.com/pietabs

2 Likes

Thank u for the answer.

1 Like

@someshfengde
Is there another way to be more specific with time, I mean hours and minutes?

1 Like

More specifically to time you can use the RangeSlider

https://plotly.com/python/range-slider/

2 Likes