PHP Classes

File: vendors/jqvmap/src/ColorScale/setMax.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/jqvmap/src/ColorScale/setMax.js   Download  
File: vendors/jqvmap/src/ColorScale/setMax.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 205 bytes
 

Contents

Class file image Download
ColorScale.prototype.setMax = function (max) { this.clearMaxValue = max; if (typeof this.normalize === 'function') { this.maxValue = this.normalize(max); } else { this.maxValue = max; } };