From 9933acee8fef3dddfb4e6a9a7088b9cfb40078e4 Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Wed, 20 Jan 2021 12:57:35 -0500 Subject: [PATCH] Set max Miles to 1000 if no miles exist under dashboard --- dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard.php b/dashboard.php index c4afc506..ca396923 100644 --- a/dashboard.php +++ b/dashboard.php @@ -632,7 +632,7 @@ var myLineChart = new Chart(ctx, { yAxes: [{ ticks: { min: 0, - max: , + max: , maxTicksLimit: 5 }, gridLines: {