Commit Graph

8 Commits

Author SHA1 Message Date
Dan McGee
4fd50fa622 Tweaks to mirror status chart generation
* Use 'jQuery' rather than '$'
* Use same colors for URLs in every chart for clarity

Signed-off-by: Dan McGee <dan@archlinux.org>
2013-04-14 15:23:09 -05:00
Dan McGee
9b07cb1ebd Draw one mirror status graph per check location
Rather than lump it all together and have odd spikes depending on which
side of the Atlantic checked a mirror in a given timeslot, draw a chart
per check location.

Signed-off-by: Dan McGee <dan@archlinux.org>
2013-04-14 15:08:25 -05:00
Dan McGee
99bfdda5f2 Add title to mirror status data points
Signed-off-by: Dan McGee <dan@archlinux.org>
2012-11-11 16:40:21 -06:00
Dan McGee
e26d572228 Mirror graph tweaking after usage with real data
* Clamp y-axis minimum to 0.
* Don't plot `is_success == false` values.
* Ensure URLs are sorted predictably.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-11-11 15:12:20 -06:00
Dan McGee
923ebbb53a Re-add nice() calls for mirror status axes
Signed-off-by: Dan McGee <dan@archlinux.org>
2012-11-11 14:36:14 -06:00
Dan McGee
a358e13288 Mirror status graph, now with points AND lines
We might have to tweak the interpolation method once we see this with
real data, but for now it looks really pretty locally.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-11-11 14:36:14 -06:00
Dan McGee
aeeb4718e8 Enable mirror status graph resizing
Signed-off-by: Dan McGee <dan@archlinux.org>
2012-11-10 16:12:15 -06:00
Dan McGee
07d2fc5d35 Add initial version of mirror status chart
Still have some hardcoded stuff to rip out and replace to make this a
bit more dynamic on things like sizing, but for now, this is a great
start.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-11-10 15:41:09 -06:00