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

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

Issue 2334973002: Rename BarChart to ColumnChart (Closed)
Patch Set: Created 4 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
« no previous file with comments | « tracing/tracing/value/ui/composition_span.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/histogram_span.html
diff --git a/tracing/tracing/value/ui/histogram_span.html b/tracing/tracing/value/ui/histogram_span.html
index b882cf458cafda5f6afa2563185a28e9faf1e041..d21ac3c007cd5bd3020e175a0d22278587311cc8 100644
--- a/tracing/tracing/value/ui/histogram_span.html
+++ b/tracing/tracing/value/ui/histogram_span.html
@@ -6,7 +6,7 @@ found in the LICENSE file.
-->
<link rel="import" href="/tracing/base/statistics.html">
-<link rel="import" href="/tracing/ui/base/bar_chart.html">
+<link rel="import" href="/tracing/ui/base/column_chart.html">
<link rel="import" href="/tracing/value/ui/diagnostic_map_table.html">
<link rel="import" href="/tracing/value/ui/diagnostic_span.html">
<link rel="import" href="/tracing/value/ui/numeric_stats_span.html">
@@ -37,7 +37,7 @@ Polymer({
created: function() {
this.histogram_ = undefined;
- this.chart_ = new tr.ui.b.BarChart();
+ this.chart_ = new tr.ui.b.ColumnChart();
this.chart_.width = 400;
this.chart_.height = 200;
this.chart_.margin.right = 2;
« no previous file with comments | « tracing/tracing/value/ui/composition_span.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698