| Path : /proc/thread-self/root/var/www/html/smartcirqls.com/vendors/jqvmap/src/ColorScale/ |
| Current File : //proc/thread-self/root/var/www/html/smartcirqls.com/vendors/jqvmap/src/ColorScale/setMax.js |
ColorScale.prototype.setMax = function (max) {
this.clearMaxValue = max;
if (typeof this.normalize === 'function') {
this.maxValue = this.normalize(max);
} else {
this.maxValue = max;
}
};