Upon a new time window selection for a chart containing time series data, it is possible to determine what new data is needed and what old data is obsolete, and query and load only the data that is not already there. For instance, if the former selection is 1 year, and the new selection is that same year plus 1 extra day, we'd only need to load the extra day of data.
Relevant code with a first implementation can be found in the empras folder.
Upon a new time window selection for a chart containing time series data, it is possible to determine what new data is needed and what old data is obsolete, and query and load only the data that is not already there. For instance, if the former selection is 1 year, and the new selection is that same year plus 1 extra day, we'd only need to load the extra day of data.
Relevant code with a first implementation can be found in the empras folder.