Revert "Displays the panes in descending order (to match graph's time axis)"
This reverts commit 0d1578cbb1
.
This commit is contained in:
parent
0d1578cbb1
commit
dd9ab8f2a4
|
@ -614,7 +614,7 @@
|
|||
(span ((id "rev_and_duration")) ""))
|
||||
(tt (span ((id "timings")) ""))
|
||||
|
||||
,@(for/list ((graphs (reverse (in-list graphss)))
|
||||
,@(for/list ((graphs (in-list graphss))
|
||||
(i (in-naturals)))
|
||||
`(map ((name ,(format "revmap~a" i)))
|
||||
,@(graphs->areas graphs i)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user