| Path : /var/www/html/smartcirqls.com/vendors/jqvmap/src/JQVMap/ |
| Current File : //var/www/html/smartcirqls.com/vendors/jqvmap/src/JQVMap/setScaleColors.js |
JQVMap.prototype.setScaleColors = function (colors) {
this.colorScale.setColors(colors);
if (this.values) {
this.setValues(this.values);
}
};