Changeset 16297 for schedule


Ignore:
Timestamp:
05/27/13 15:30:02 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16296 r16297  
    282282                                                                xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source)+"&time="+year+"-"+month+"-"+day,true);
    283283                                                                xmlhttp.send();
    284                                                                
     284                                                                $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
    285285                                                        }
    286286                                                                var options = {
     
    332332                                                                                {
    333333                                                                                       
    334                                                                                         chart.series[0].addPoint({ // series[0] means index of zero in data;
     334                                                                                        chart.series[src].addPoint({ // series[0] means index of zero in data;
    335335                                                                                        x:Timedata[src][i], // Time
    336336                                                                                        y:YaxisData[src][i] // Value
     
    339339                                                                                }
    340340                                                                        }
    341                                                                 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
     341                                                               
    342342                                                               
    343343                                                               
Note: See TracChangeset for help on using the changeset viewer.