| OLD | NEW | 
|---|
| 1   <!doctype html> | 1   <!doctype html> | 
| 2 | 2 | 
| 3 | 3 | 
| 4 | 4 | 
| 5 | 5 | 
| 6 <!--[if lte IE 8]><SCRIPT src='source/excanvas.js'></script><![endif]--><SCRIPT 
     src='ChartNew.js'></script> | 6 <!--[if lte IE 8]><SCRIPT src='source/excanvas.js'></script><![endif]--><SCRIPT 
     src='ChartNew.js'></script> | 
| 7 | 7 | 
| 8 | 8 | 
| 9 <SCRIPT> | 9 <SCRIPT> | 
| 10 | 10 | 
| (...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 693     var myLine = new Chart(document.getElementById("canvas_doughnut3").getContex
     t("2d")).Doughnut(mydata4,crosstxt4); | 693     var myLine = new Chart(document.getElementById("canvas_doughnut3").getContex
     t("2d")).Doughnut(mydata4,crosstxt4); | 
| 694     var myLine = new Chart(document.getElementById("canvas_pie_with_text_1").get
     Context("2d")).Pie(mydata2,crosstxt1); | 694     var myLine = new Chart(document.getElementById("canvas_pie_with_text_1").get
     Context("2d")).Pie(mydata2,crosstxt1); | 
| 695     var myLine = new Chart(document.getElementById("canvas_pie_with_text_2").get
     Context("2d")).Pie(mydata2,crosstxt2); | 695     var myLine = new Chart(document.getElementById("canvas_pie_with_text_2").get
     Context("2d")).Pie(mydata2,crosstxt2); | 
| 696     } | 696     } | 
| 697 | 697 | 
| 698 } | 698 } | 
| 699 | 699 | 
| 700     </script> | 700     </script> | 
| 701   </body> | 701   </body> | 
| 702 </html> | 702 </html> | 
| OLD | NEW | 
|---|