Merge pull request #2732 from nasa/minmax-fix-382020

Revert minMax to minmax
This commit is contained in:
Nikhil 2020-03-09 10:05:42 -07:00 committed by GitHub
commit 8d86c914a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 || {});