fix minmax typo

This commit is contained in:
Deep Tailor 2020-03-08 20:11:04 -07:00
parent 47c388450f
commit fab04519c6

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