Hello! So I have a dash app that displays data over periods of time. Since there is a slider for the user to reduce or expand the time range observed, which updates all the graphs and maps to the selected range. However, I would like to improve performance by having the callbacks set the x-axis range of the graphs as opposed to re rendering them every time. Is this possible?
2 posts - 2 participants