| 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',
|
|
|