Chromium Code Reviews

Side by Side Diff: polymer_0.5.4/bower_components/chartnewjs/Samples/negativeLineAnim.html

Issue 895523005: Added Polymer 0.5.4 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
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 <!--[if lte IE 8]><SCRIPT src='source/excanvas.js'></script><![endif]--><SCRIP T src='../ChartNew.js'></script> 7 <!--[if lte IE 8]><SCRIPT src='source/excanvas.js'></script><![endif]--><SCRIP T src='../ChartNew.js'></script>
8 </head> 8 </head>
9 <body> 9 <body>
10 <canvas id="mycanvas" height="600" width="800"></canvas> 10 <canvas id="mycanvas" height="600" width="800"></canvas>
(...skipping 22 matching lines...)
33 33
34 var opts= {}; 34 var opts= {};
35 35
36 window.onload = function() { 36 window.onload = function() {
37 var myBar = new Chart(document.getElementById("mycanvas").getContext("2d")). Line(LineData,opts); 37 var myBar = new Chart(document.getElementById("mycanvas").getContext("2d")). Line(LineData,opts);
38 } 38 }
39 </script> 39 </script>
40 40
41 </body> 41 </body>
42 </html> 42 </html>
OLDNEW

Powered by Google App Engine