Displays the panes in descending order (to match graph's time axis)

This commit is contained in:
Casey Klein 2010-11-09 14:46:47 -06:00
parent 02f301b3b7
commit 0d1578cbb1

View File

@ -614,7 +614,7 @@
(span ((id "rev_and_duration")) ""))
(tt (span ((id "timings")) ""))
,@(for/list ((graphs (in-list graphss))
,@(for/list ((graphs (reverse (in-list graphss)))
(i (in-naturals)))
`(map ((name ,(format "revmap~a" i)))
,@(graphs->areas graphs i)))