Update activity graph

This commit is contained in:
Xkeeper
2018-01-24 20:07:34 -08:00
parent 9c055df5a9
commit 06217b7820
2 changed files with 35 additions and 52 deletions

View File

@@ -7,7 +7,7 @@
$dd = mktime(0,0,0,substr($vd,0,2),substr($vd,3,2),substr($vd,6,2));
$days = floor((ctime()-$dd)/86400);
$scalex = 2;
$scalex = 1;
$scaley = 20;
$m = $max / $scaley;