DIR:/home/drsekaran/public_html/admin/vendors/jqvmap/src/ColorScale/ |
Current File : /home/drsekaran/public_html/admin/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; } }; |