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

Side by Side Diff: polymer_0.4.0/bower_components/chartnewjs/Samples/crossImages.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> 1 <!doctype html>
2 2
3 3
4 4
5 5
6 <!--[if lte IE 8]><SCRIPT src='source/excanvas.js'></script><![endif]--><SCRIPT src='../ChartNew.js'></script> 6 <!--[if lte IE 8]><SCRIPT src='source/excanvas.js'></script><![endif]--><SCRIPT src='../ChartNew.js'></script>
7 7
8 8
9 <SCRIPT> 9 <SCRIPT>
10 10
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 117
118 118
119 var myLine = new Chart(document.getElementById("canvas_doughnut1").getContex t("2d")).Doughnut(mydata2,crossImage1); 119 var myLine = new Chart(document.getElementById("canvas_doughnut1").getContex t("2d")).Doughnut(mydata2,crossImage1);
120 var myLine = new Chart(document.getElementById("canvas_doughnut2").getContex t("2d")).Doughnut(mydata2,crossImage2); 120 var myLine = new Chart(document.getElementById("canvas_doughnut2").getContex t("2d")).Doughnut(mydata2,crossImage2);
121 121
122 } 122 }
123 123
124 </script> 124 </script>
125 </body> 125 </body>
126 </html> 126 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698