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

Unified Diff: Tools/GardeningServer/sheriff-o-matic.html

Issue 476903004: [sheriff-o-matic]: Basic trooper display for sheriff-o-matic. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: Tools/GardeningServer/sheriff-o-matic.html
diff --git a/Tools/GardeningServer/sheriff-o-matic.html b/Tools/GardeningServer/sheriff-o-matic.html
index 08bf1a39520793a960166d02dd21264c6c4db998..f3a090d4924b02f5f3ca60ef4cf4ee74775c6a8d 100644
--- a/Tools/GardeningServer/sheriff-o-matic.html
+++ b/Tools/GardeningServer/sheriff-o-matic.html
@@ -22,6 +22,10 @@ body {
margin: 0px;
}
</style>
+<script src='//www.google.com/jsapi'></script>
ojan 2014/09/04 02:58:43 I'd rather we not include script tags at all. We u
shans 2014/09/05 00:08:19 I actually tried that initially, but it seems that
+<script>
+google.load("visualization", "1", {packages: ["corechart"]});
+</script>
<script src="bower_components/platform/platform.js"></script>
<link rel="import" href="bower_components/polymer/polymer.html">
<link rel="import" href="ui/ct-sheriff-o-matic.html">

Powered by Google App Engine
This is Rietveld 408576698