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

Unified Diff: tracing/tracing/value/ui/breakdown_span.html

Issue 2452983003: Relax RelatedHistogramBreakdown restrictions. (Closed)
Patch Set: Created 4 years, 2 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/value/diagnostics/related_histogram_breakdown.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/ui/breakdown_span.html
diff --git a/tracing/tracing/value/ui/breakdown_span.html b/tracing/tracing/value/ui/breakdown_span.html
index a66a4b1712298db90cfa7add3cd97a5b010a512b..b737f60b5489e324843841ced338d8338e38fecb 100644
--- a/tracing/tracing/value/ui/breakdown_span.html
+++ b/tracing/tracing/value/ui/breakdown_span.html
@@ -123,6 +123,7 @@ Polymer({
if (value instanceof tr.v.Histogram) {
dataSeries.target = value;
+ dataSeries.title = value.name;
data[name] = value.sum;
} else if (typeof value === 'number') {
data[name] = value;
« no previous file with comments | « tracing/tracing/value/diagnostics/related_histogram_breakdown.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698