Changeset 20748 for issm/trunk-jpl/src/m/plot/gauge.js
- Timestamp:
- 06/15/16 22:08:25 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/gauge.js
r20726 r20748 1 //GAGUE - create a gague and label that display a value2 //3 // Usage:4 // gauge=gauge(); TODO: Expand5 6 1 function gauge() { 2 //GAGUE - create a gague and label that display a value with unit label 3 // 4 // Usage: 5 // gaugeslr = gauge('gaugediv','slr-controldiv','label','m'); 6 7 7 //Convert arguments to options 8 8 var args = Array.prototype.slice.call(arguments);
Note:
See TracChangeset
for help on using the changeset viewer.