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

Unified Diff: tracing/tracing/ui/base/column_chart_test.html

Issue 2341623002: Display Histograms in value-set-table-cells. (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/column_chart.html ('k') | tracing/tracing/ui/base/table.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/base/column_chart_test.html
diff --git a/tracing/tracing/ui/base/column_chart_test.html b/tracing/tracing/ui/base/column_chart_test.html
index 2398b3e1cfba92800a2e79e8e06c8673adeaa386..ae38f22b50794a512c43c66bb3853be454363639 100644
--- a/tracing/tracing/ui/base/column_chart_test.html
+++ b/tracing/tracing/ui/base/column_chart_test.html
@@ -64,6 +64,8 @@ tr.b.unittest.testSuite(function() {
test('instantiation_singleSeries', function() {
var chart = new tr.ui.b.ColumnChart();
+ chart.xAxisLabel = 'ms';
+ chart.yAxisLabel = '#';
chart.width = 400;
chart.height = 200;
chart.chartTitle = 'Chart title';
« no previous file with comments | « tracing/tracing/ui/base/column_chart.html ('k') | tracing/tracing/ui/base/table.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698