1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Changed visitor chart to always be zeroed at 0.

This commit is contained in:
Uncled1023 2017-06-04 23:17:09 -07:00
parent b642f01246
commit 72fa1ff967

View File

@ -268,7 +268,8 @@ $(document).ready(function () {
yAxis: {
title: {
text: 'Visitors'
}
},
min: 0
},
tooltip: {
shared: true,