UNPKG

gentelella

Version:

Gentelella Admin is a free to use Bootstrap admin template

9 lines (8 loc) 205 B
ColorScale.prototype.setMax = function (max) { this.clearMaxValue = max; if (typeof this.normalize === 'function') { this.maxValue = this.normalize(max); } else { this.maxValue = max; } };