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

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

Issue 3016683002: Sort overview chart in histogram-set-table-name-cell. (Closed)
Patch Set: Created 3 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
Index: tracing/tracing/value/ui/histogram_set_table_name_cell.html
diff --git a/tracing/tracing/value/ui/histogram_set_table_name_cell.html b/tracing/tracing/value/ui/histogram_set_table_name_cell.html
index b860d64799c04d49d981c5efedafbb5073a1725d..f0dec062018156b6fbd1d7181c6cbd9b1c9ef49b 100644
--- a/tracing/tracing/value/ui/histogram_set_table_name_cell.html
+++ b/tracing/tracing/value/ui/histogram_set_table_name_cell.html
@@ -255,7 +255,7 @@ tr.exportTo('tr.v.ui', function() {
const data = [];
let unit;
- for (const [displayLabel, hist] of this.row.columns) {
+ for (const [displayLabel, hist] of this.row.sortedColumns()) {
if (!(hist instanceof tr.v.Histogram)) continue;
if (unit === undefined) {
« no previous file with comments | « tracing/tracing/value/ui/histogram_set_table.html ('k') | tracing/tracing/value/ui/histogram_set_table_row.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698