Changeset 16271 for schedule


Ignore:
Timestamp:
05/25/13 06:31:36 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16270 r16271  
    293293                                                                                                       
    294294                                                                                                }
    295                                                                                                 var chart=new Highcharts.Chart(options);
    296                                                                                                 for(var src=0;src<i;src++)
     295                                                                                                                                                                                       
     296                                                                                }
     297                                                                        }
     298                                                                        xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true);
     299                                                                        xml.send();
     300                                                                }
     301                                                                var chart=new Highcharts.Chart(options);
     302                                                                                                for(var src=0;src<source.length;src++)
    297303                                                                                                {
    298304                                                                                                        chart.addSeries({name:source[src], data:[]}); // created a series of data and add name of displayed source
     
    309315                                                                                                       
    310316                                                                                                }       
    311                                                                                        
    312                                                                                 }
    313                                                                         }
    314                                                                         xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true);
    315                                                                         xml.send();
    316                                                                 }
     317
    317318                                                                //Charts(DataValue[[i]],Time);
    318319                                                                $('#Graph').fadeOut();
Note: See TracChangeset for help on using the changeset viewer.