Ignore:
Timestamp:
06/15/16 22:08:25 (9 years ago)
Author:
dlcheng
Message:

CHG (javascript): Adding documentation for javascript plot functions. Adding support for colorbarfontcolor option. Fixes for horizontal colorbar rendering.

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 value
    2 //
    3 //   Usage:
    4 //      gauge=gauge(); TODO: Expand
    5 
    61function 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       
    77        //Convert arguments to options
    88        var args = Array.prototype.slice.call(arguments);
Note: See TracChangeset for help on using the changeset viewer.