mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 07:38:15 +00:00
committed by
Andrew Henry
parent
8b715f331c
commit
6d526eaf42
@ -140,7 +140,7 @@ define([
|
||||
* @returns {Promise}
|
||||
*/
|
||||
fetch: function (options) {
|
||||
const strategy = options.shouldUseMinMax ? 'minMax' : undefined;
|
||||
const strategy = options.shouldUseMinMax ? 'minMax' : undefined;
|
||||
options = _.extend({}, { size: 1000, strategy, filters: this.filters }, options || {});
|
||||
if (!this.unsubscribe) {
|
||||
this.unsubscribe = this.openmct
|
||||
|
@ -138,7 +138,7 @@ define([
|
||||
this.listenTo(series, 'change:interpolate', function () {
|
||||
this.loadSeriesData(series);
|
||||
}, this);
|
||||
|
||||
|
||||
this.loadSeriesData(series);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user