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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15905 r15907  
    144144                                                                        //document.getElementById('data').innerHTML=source;
    145145                                                                       
    146                                                                         options.series.push({data:newdata});                                           
     146                                                                        options.series.push({
     147                                                                       
     148                                                                                data:for(var i=0; i<arrTime.length;i++)
     149                                                                        {
     150                                                                                newline[i];
     151                                                                        },
     152                                                                        });                                             
    147153                                                                        var chart = new Highcharts.Chart(options);
    148154                                                                       
     
    150156                                                                }
    151157                                                        }
    152                                                         xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+''+"&time="+year+"-"+month+"-"+day,true);
     158                                                        xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
    153159                                                        xmlhttp.send();
    154160                                                        $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
Note: See TracChangeset for help on using the changeset viewer.