UNPKG

jqvmap

Version:

jQuery Vector Map Library

10 lines (8 loc) 206 B
ColorScale.prototype.setMin = function (min) { this.clearMinValue = min; if (typeof this.normalize === 'function') { this.minValue = this.normalize(min); } else { this.minValue = min; } };