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 | 7 |
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 23 matching lines...) Expand all Loading... |
34 logarithmic: true | 34 logarithmic: true |
35 } | 35 } |
36 | 36 |
37 window.onload = function() { | 37 window.onload = function() { |
38 var myBar = new Chart(document.getElementById("mycanvas").getContext("2d")).
Line(LineData,opts); | 38 var myBar = new Chart(document.getElementById("mycanvas").getContext("2d")).
Line(LineData,opts); |
39 } | 39 } |
40 </script> | 40 </script> |
41 | 41 |
42 </body> | 42 </body> |
43 </html> | 43 </html> |
OLD | NEW |