UNPKG

jqvmap

Version:

jQuery Vector Map Library

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