Changeset 15852 for schedule/Module


Ignore:
Timestamp:
05/20/13 19:36:04 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15851 r15852  
    150150                                                                                //data = JSON.parse(data);
    151151                                                                               
    152                                                                                         options.series.push({data:[parseFloat(finaldata)]});
     152                                                                                        options.series.push({data:parseFloat(finaldata)});
    153153                                                                       
    154154                                                                                var chart = new Highcharts.Chart(options);
Note: See TracChangeset for help on using the changeset viewer.