dereal
1
Hello,
I would like to be able to show lets say only 100 data points on the graph, but be able to scroll back and forth across my x-axis. is this possible?
For example here I’m showing 100 data points for a few days and I want to be able to scroll back to see previous days.
Thanks,
D
Blaceus
2
You could make a dcc.slider which defines the x-range of the plot and use this as a kind of scroll bar.
dereal
3
can you refer to an example of that please?
Blaceus
4
I found a previous thread about the problem which may help instead.