| Path : /var/www/html/smartcirqls.com/vendors/jqvmap/src/ColorScale/ |
| Current File : //var/www/html/smartcirqls.com/vendors/jqvmap/src/ColorScale/setMin.js |
ColorScale.prototype.setMin = function (min) {
this.clearMinValue = min;
if (typeof this.normalize === 'function') {
this.minValue = this.normalize(min);
} else {
this.minValue = min;
}
};