| OLD | NEW | 
|---|
| 1   <!doctype html> | 1   <!doctype html> | 
| 2 | 2 | 
| 3 <!--[if lte IE 8]><SCRIPT src='source/excanvas.js'></script><![endif]--><SCRIPT 
     src='../ChartNew.js'></script> | 3 <!--[if lte IE 8]><SCRIPT src='source/excanvas.js'></script><![endif]--><SCRIPT 
     src='../ChartNew.js'></script> | 
| 4 | 4 | 
| 5 <SCRIPT> | 5 <SCRIPT> | 
| 6 | 6 | 
| 7 var charJSPersonalDefaultOptions = { decimalSeparator : "," , thousandSeparator 
     : ".", roundNumber : "none", graphTitleFontSize: 2 }; | 7 var charJSPersonalDefaultOptions = { decimalSeparator : "," , thousandSeparator 
     : ".", roundNumber : "none", graphTitleFontSize: 2 }; | 
| 8 | 8 | 
| 9 defCanvasWidth=1200; | 9 defCanvasWidth=1200; | 
| 10 defCanvasHeight=600; | 10 defCanvasHeight=600; | 
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 113       mouseDiv.innerHTML = "Mouse not in canvas"; | 113       mouseDiv.innerHTML = "Mouse not in canvas"; | 
| 114 | 114 | 
| 115 window.onload = function() { | 115 window.onload = function() { | 
| 116 | 116 | 
| 117 | 117 | 
| 118     var myLine = new Chart(document.getElementById("canvas_Line1").getContext("2
     d")).Line(mydata1,opt1); | 118     var myLine = new Chart(document.getElementById("canvas_Line1").getContext("2
     d")).Line(mydata1,opt1); | 
| 119 } | 119 } | 
| 120     </script> | 120     </script> | 
| 121   </body> | 121   </body> | 
| 122 </html> | 122 </html> | 
| OLD | NEW | 
|---|