raku-community-modules / raku-bench

Benchmark and compare Raku implementations against Perl
22 stars 12 forks source link

html graphs: allow hiding/showing lines of data globally #4

Closed timo closed 10 years ago

timo commented 10 years ago

it would be pretty useful if there was a floating widget on the side of the graphs that would allow to hide, for example, all lines from one implementation, or all lines from a given commit/branch, or individually turning on/off lines.

timo commented 10 years ago

this has been implemented in april by @raydiak

Thanks again for your outstanding work :)