setNormalizeFunction.js 160 Bytes edit raw blame history 1 2 3 4 5 6 7 JQVMap.prototype.setNormalizeFunction = function (f) { this.colorScale.setNormalizeFunction(f); if (this.values) { this.setValues(this.values); } };