From 53c3c5e5567be2058bbcc828b014d03868cf7961 Mon Sep 17 00:00:00 2001 From: Cryptkeeper Date: Wed, 6 Jan 2016 15:42:50 -0600 Subject: [PATCH] Don't apply min: 0 to the small graphs --- assets/js/site.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/js/site.js b/assets/js/site.js index 5c21caa..11d9e8f 100644 --- a/assets/js/site.js +++ b/assets/js/site.js @@ -19,8 +19,7 @@ var smallChartOptions = { font: { color: "#E3E3E3" }, - labelWidth: -10, - min: 0 + labelWidth: -10 }, grid: { hoverable: true,