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

Unified Diff: Tools/GardeningServer/lib/chart-loader.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/lib/chart-loader.html
diff --git a/Tools/GardeningServer/model/ct-tree.html b/Tools/GardeningServer/lib/chart-loader.html
similarity index 58%
copy from Tools/GardeningServer/model/ct-tree.html
copy to Tools/GardeningServer/lib/chart-loader.html
index 893289345e1eddc391c363df7c4bed834363998f..6ac6d06a85a6cc90796191922124ffdf226fb4ea 100644
--- a/Tools/GardeningServer/model/ct-tree.html
+++ b/Tools/GardeningServer/lib/chart-loader.html
@@ -4,9 +4,4 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
-<script>
-function CTTree(name, displayName) {
- this.name = name;
- this.displayName = displayName;
-}
-</script>
+<script src="../bower_components/chartnewjs/ChartNew.js"></script>

Powered by Google App Engine
This is Rietveld 408576698