mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 07:00:49 +00:00
fix minmax typo
This commit is contained in:
parent
47c388450f
commit
fab04519c6
@ -143,7 +143,7 @@ define([
|
||||
let strategy;
|
||||
|
||||
if (this.model.interpolate !== 'none') {
|
||||
strategy = 'minMax';
|
||||
strategy = 'minmax';
|
||||
}
|
||||
|
||||
options = _.extend({}, { size: 1000, strategy, filters: this.filters }, options || {});
|
||||
|
Loading…
x
Reference in New Issue
Block a user