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

Unified Diff: tracing/tracing/value/ui/composition_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/ui/base/name_bar_chart.html ('k') | tracing/tracing/value/ui/histogram_span.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/ui/composition_span.html
diff --git a/tracing/tracing/value/ui/composition_span.html b/tracing/tracing/value/ui/composition_span.html
index fcae6dd35f0222b24bb9f0ba0d89555c61908b5f..825a2c623f8fe2de206257c07d6966479473e7d9 100644
--- a/tracing/tracing/value/ui/composition_span.html
+++ b/tracing/tracing/value/ui/composition_span.html
@@ -6,7 +6,7 @@ found in the LICENSE file.
-->
<link rel="import" href="/tracing/extras/chrome/chrome_user_friendly_category_driver.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/ui/base/drag_handle.html">
<dom-module id="tr-v-ui-composition-span">
@@ -23,7 +23,7 @@ Polymer({
created: function() {
this.diagnostic_ = undefined;
- this.chart_ = new tr.ui.b.BarChart();
+ this.chart_ = new tr.ui.b.ColumnChart();
this.chart_.width = 190;
this.chart_.height = 200;
this.chart_.isStacked = true;
« no previous file with comments | « tracing/tracing/ui/base/name_bar_chart.html ('k') | tracing/tracing/value/ui/histogram_span.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698