Changeset 16179


Ignore:
Timestamp:
05/24/13 18:46:29 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16178 r16179  
    253253                                                                       
    254254                                                                }
    255                                                                 loadGraph(DataValue,Time);
     255                                                                loadGraph(DataValue,Time,options);
    256256                                                        }
    257257                                                       
    258258                                                               
    259259                                                               
    260                                                         function loadGraph(x,y)
     260                                                        function loadGraph(x,y,options)
    261261                                                        {
    262262                                                                var chart = new Highcharts.Chart(options);
Note: See TracChangeset for help on using the changeset viewer.