Changeset 15731
- Timestamp:
- 05/20/13 09:19:11 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r15730 r15731 108 108 109 109 data = JSON.parse(data); 110 var names = [];111 $.each(data, function (i , ligne) {112 var ind = names.indexOf(ligne.name),110 //var names = []; 111 $.each(data, function (i) { 112 //var ind = names.indexOf(ligne.name), 113 113 114 ind = names.push(ligne.name) - 1;114 // ind = names.push(ligne.name) - 1; 115 115 options.series.push({ 116 116 data: data … … 121 121 122 122 123 console.log(options);123 //console.log(options); 124 124 125 125 var chart = new Highcharts.Chart(options);
Note:
See TracChangeset
for help on using the changeset viewer.