Changeset 15919 for schedule/Module


Ignore:
Timestamp:
05/21/13 16:26:05 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15918 r15919  
    183183                                                                               
    184184                                                                                if (chart.series) {
    185                                                                                         chart.addSeries({name:"wa",
    186                                                                                                 data: [parseFloat(newdata)]
     185                                                                                        chart.addSeries.push({
     186                                                                                                data: [newdata]
    187187                                                                                        });
    188188                                                                                }
Note: See TracChangeset for help on using the changeset viewer.