Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Side by Side Diff: polymer_0.4.0/bower_components/chartnewjs/Samples/xAxisScale.html

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
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 <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 29 matching lines...) Expand all
40 scaleLineColor: "black" 40 scaleLineColor: "black"
41 } 41 }
42 42
43 window.onload = function() { 43 window.onload = function() {
44 var Line = new Chart(document.getElementById("mycanvas").getContext("2d")).L ine(LineData,opts); 44 var Line = new Chart(document.getElementById("mycanvas").getContext("2d")).L ine(LineData,opts);
45 } 45 }
46 </script> 46 </script>
47 47
48 </body> 48 </body>
49 </html> 49 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698