Changeset 16190 for schedule/Module


Ignore:
Timestamp:
05/24/13 19:09:28 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16189 r16190  
    213213                                                                        xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true);
    214214                                                                        xml.send();
    215                                                                         $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
     215                                                               
    216216                                                               
    217217                                                                       
     
    219219                                                                loadGraph(DataValue,Time);
    220220                                                        }
    221                                                        
    222                                                                
    223                                                                
    224                                                         $(function loadGraph(y,x)
    225                                                         {
    226                                                                 var options = {
     221                                                        var options = {
    227222                                                                                        chart: {
    228223                                                                                                renderTo: 'container'
     
    262257                                                                                }                               
    263258                                                                        };
     259                                                               
     260                                                               
     261                                                        $(function loadGraph(y,x)
     262                                                        {
     263                                                               
    264264                                                                var chart = new Highcharts.Chart(options);
    265265                                                                for(var src=0;src<i;src++)
     
    278278                                                                       
    279279                                                                }
     280                                                                $('#Graph').load('chart.php?day='+day+"&month="+month+"&year="+year);
    280281                                                                document.getElementById('data').innerHTML=x;
    281282                                                        });
Note: See TracChangeset for help on using the changeset viewer.