- Timestamp:
- 05/20/13 14:55:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r15739 r15740 109 109 110 110 data = JSON.parse(data); 111 //var names = [];112 //$.each(data, function () {113 //var ind = names.indexOf(ligne.name),114 115 // ind = names.push(ligne.name) - 1;116 options.series.push({data:data});117 118 119 111 120 121 //console.log(options); 122 112 options.series.push({data:data}); 113 123 114 var chart = new Highcharts.Chart(options); 124 115 }); 125 116 126 /*$('#add').click(function(){127 117 128 });*/129 130 131 118 } 132 119 }
Note:
See TracChangeset
for help on using the changeset viewer.