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

Unified Diff: tracing/tracing/value/ui/histogram_set_table.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 | « no previous file | tracing/tracing/value/ui/histogram_set_table_name_cell.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/value/ui/histogram_set_table.html
diff --git a/tracing/tracing/value/ui/histogram_set_table.html b/tracing/tracing/value/ui/histogram_set_table.html
index 1d97ca6ace9f0048c17d8c0feeacf7c790b18e73..6a7966bb59d41518699eb1abcd75dccd6b676e42 100644
--- a/tracing/tracing/value/ui/histogram_set_table.html
+++ b/tracing/tracing/value/ui/histogram_set_table.html
@@ -170,6 +170,7 @@ tr.exportTo('tr.v.ui', function() {
title.style.whiteSpace = 'pre';
return {
+ displayLabel,
title,
value: row => row.getCell(displayLabel),
cmp: (rowA, rowB) => rowA.compareCells(rowB, displayLabel),
« no previous file with comments | « no previous file | tracing/tracing/value/ui/histogram_set_table_name_cell.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698