Changeset 15918 for schedule/Module


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

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