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

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

Issue 2133963002: Implement Composition.buildFromEvents() (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: . 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/value/ui/diagnostic_span.html ('k') | tracing/tracing/value/ui/value_set_table.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/ui/histogram_span.html
diff --git a/tracing/tracing/value/ui/histogram_span.html b/tracing/tracing/value/ui/histogram_span.html
index 050ee322274cb89de70197492f161a1a8beae788..92541eafcf43cac6ec2c134f4e8d35dd79867fed 100644
--- a/tracing/tracing/value/ui/histogram_span.html
+++ b/tracing/tracing/value/ui/histogram_span.html
@@ -30,6 +30,7 @@ found in the LICENSE file.
this.chart_ = new tr.ui.b.BarChart();
this.chart_.width = 400;
this.chart_.height = 200;
+ this.chart_.margin.right = 2;
this.mouseDownBin_ = undefined;
this.brushedBins_ = [];
this.chart_.addEventListener('item-mousedown',
« no previous file with comments | « tracing/tracing/value/ui/diagnostic_span.html ('k') | tracing/tracing/value/ui/value_set_table.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698