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..8fb3210dd1575c742593868364cb09ca1c3c4484 100644 |
--- a/Tools/GardeningServer/sheriff-o-matic.html |
+++ b/Tools/GardeningServer/sheriff-o-matic.html |
@@ -22,6 +22,10 @@ body { |
margin: 0px; |
} |
</style> |
+<script type='text/javascript' src='//www.google.com/jsapi'></script> |
ojan
2014/09/02 02:35:11
Nit: Leave out the type attribute. It doesn't do a
shans
2014/09/04 01:59:42
Done.
|
+<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"> |