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

Unified Diff: tracing/tracing/ui/analysis/analysis_link.html

Issue 2124113002: Fix chart legends. (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: finished refactoring DataSeries Map Created 4 years, 5 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
« no previous file with comments | « tracing/tracing/base/event.html ('k') | tracing/tracing/ui/base/bar_chart.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/analysis/analysis_link.html
diff --git a/tracing/tracing/ui/analysis/analysis_link.html b/tracing/tracing/ui/analysis/analysis_link.html
index 3619e4a9b40cad44aff54ae6d92291ff75adb185..b34c25b4d091fd1a1bd37399c5f270e512d36480 100644
--- a/tracing/tracing/ui/analysis/analysis_link.html
+++ b/tracing/tracing/ui/analysis/analysis_link.html
@@ -23,8 +23,10 @@ found in the LICENSE file.
cursor: pointer;
}
</style>
+
<content></content>
</template>
+
<script>
'use strict';
Polymer({
@@ -45,6 +47,10 @@ found in the LICENSE file.
this.controller_ = undefined;
},
+ set color(c) {
+ this.style.color = c;
+ },
+
/**
* @return {*|function():*}
*/
« no previous file with comments | « tracing/tracing/base/event.html ('k') | tracing/tracing/ui/base/bar_chart.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698