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

Unified Diff: tracing/tracing/value/ui/histogram_set_table_row.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
« no previous file with comments | « tracing/tracing/value/ui/histogram_set_table_name_cell.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_set_table_row.html
diff --git a/tracing/tracing/value/ui/histogram_set_table_row.html b/tracing/tracing/value/ui/histogram_set_table_row.html
index 704c2d8be2002db1c68ae8f10014a36c99d8781c..f625441ab80ccb61b173a68de12030c5e315ac36 100644
--- a/tracing/tracing/value/ui/histogram_set_table_row.html
+++ b/tracing/tracing/value/ui/histogram_set_table_row.html
@@ -70,6 +70,15 @@ tr.exportTo('tr.v.ui', function() {
return this.hierarchy_.columns;
}
+ * sortedColumns() {
+ for (const col of this.baseTable_.tableColumns) {
+ yield [
+ col.displayLabel,
+ this.hierarchy_.columns.get(col.displayLabel),
+ ];
+ }
+ }
+
/**
* @return {!tr.b.Range}
*/
« no previous file with comments | « tracing/tracing/value/ui/histogram_set_table_name_cell.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698