| OLD | NEW |
| 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta http-equiv="content-type" content="text/html; charset=windows-1250"> | 4 <meta http-equiv="content-type" content="text/html; charset=windows-1250"> |
| 5 <meta name="generator" content="PSPad editor, www.pspad.com"> | 5 <meta name="generator" content="PSPad editor, www.pspad.com"> |
| 6 <title></title> | 6 <title></title> |
| 7 <SCRIPT src='../mathFunctions.js'></script> | 7 <SCRIPT src='../mathFunctions.js'></script> |
| 8 <!--[if lte IE 8]><SCRIPT src='source/excanvas.js'></script><![endif]--><SCRIP
T src='../ChartNew.js'></script> | 8 <!--[if lte IE 8]><SCRIPT src='source/excanvas.js'></script><![endif]--><SCRIP
T src='../ChartNew.js'></script> |
| 9 </head> | 9 </head> |
| 10 <body> | 10 <body> |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 datasetFill: false | 50 datasetFill: false |
| 51 } | 51 } |
| 52 | 52 |
| 53 window.onload = function() { | 53 window.onload = function() { |
| 54 var myBar = new Chart(document.getElementById("mycanvas").getContext("2d")).
Line(LineData,opts); | 54 var myBar = new Chart(document.getElementById("mycanvas").getContext("2d")).
Line(LineData,opts); |
| 55 } | 55 } |
| 56 </script> | 56 </script> |
| 57 | 57 |
| 58 </body> | 58 </body> |
| 59 </html> | 59 </html> |
| OLD | NEW |