rust-lang / rustc-perf

Website for graphing performance of rustc

Home Page:https://perf.rust-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphs are busted on mobile

leeoniya opened this issue · comments

not sure is 3 columns is a sane choice. might need some extra media queries :)

Screenshot_20231002-150458082

Yeah the used graphing library is not really very "scalable", and its dimensions are pretty much set by taking the window width and dividing by 3 or 4 :) If you know your way around JS/CSS, we'd be glad for PRs. We try to make the status and compare pages somewhat readable on mobile, but other pages (especially this one) haven't really been in the spotlight.

Yeah the used graphing library is not really very "scalable"

i'm the author of said library 😅 . i enjoyed the quotes around "scalable", given that the library it replaced (highcharts) choked on the amount of data you guys render :)

it's been a while since #742 and probably ripe for a version upgrade anyways. maybe i'll find some time.

Haha, didn't realize that :D Yeah, in terms of performance scalabity, it's great actually! I was talking about responsiveness, of course :)