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