Changeset 242 for Dev/branches/Cartis/js/dashboardScripts.js
- Timestamp:
- 01/19/12 12:50:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/Cartis/js/dashboardScripts.js
r227 r242 208 208 form.appendChild(input); 209 209 form.submit(); 210 //alert("Graph type is now: "+graphSelection); 211 210 212 } 211 213 … … 227 229 } 228 230 229 //alert("Graph type is now: "+graphSelection.graphType);231 230 232 var data = formatGraphData(); 231 233 drawGraph('chart1', 450, 200, graphSelection.graphType, data); 234 235 // alert("Graph type is now: "+graphSelection.graphType); 232 236 } 233 237 … … 246 250 return mockupData.muData1; 247 251 248 //alert("Data is now being formatted");252 //alert("Data is now being formatted"); 249 253 } 250 254 … … 272 276 break; 273 277 case "Radar": 274 //chart1 = new RGraph.Radar('chart1', graphSelection.graphData);278 chart1 = new RGraph.Radar(name, data); 275 279 break; 276 280 default:
Note: See TracChangeset
for help on using the changeset viewer.