mirror of
https://github.com/nasa/openmct.git
synced 2025-04-19 00:27:03 +00:00
Merge pull request #2732 from nasa/minmax-fix-382020
Revert minMax to minmax
This commit is contained in:
commit
8d86c914a1
@ -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