Changeset 16293


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16292 r16293  
    320320                                                                xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source)+"&time="+year+"-"+month+"-"+day,true);
    321321                                                                xmlhttp.send();
    322                                                                 $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
     322                                                               
    323323                                                        }
    324324                                                                var chart = new Highcharts.Chart(options);
     
    326326                                                                        {
    327327                                                                                chart.addSeries({name:source[src], data:[]}); // created a series of data and add name of displayed source
    328                                                                                 for(var i=0;i<Timedat[src].length;i++)
     328                                                                                for(var i=0;i<Timedata[src].length;i++)
    329329                                                                                {
    330330                                                                                       
     
    336336                                                                                }
    337337                                                                        }
    338                                                                
     338                                                                $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
    339339                                                               
    340340                                                               
Note: See TracChangeset for help on using the changeset viewer.