Changeset 16715 for schedule


Ignore:
Timestamp:
06/04/13 22:47:40 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/js/chart.js

    r16714 r16715  
    116116                       
    117117                }
    118                 for(Graph=0;Graph<dataGraph[i].length;Graph++)
     118                /*for(Graph=0;Graph<dataGraph[i].length;Graph++)
    119119                {                                               
    120120                                chart.series[i].addPoint({ // series[0] means index of zero in data;
     
    122122                                y:dataGraph[i][Graph] // Value
    123123                                })
    124                 }
     124                }*/
    125125                //$('#data').append(i + ": " + source[i] + ' Time ' + Time[i]);
    126126        }
Note: See TracChangeset for help on using the changeset viewer.