diff --git a/aprsd/web/templates/index.html b/aprsd/web/templates/index.html index 7c59d8c..382cde0 100644 --- a/aprsd/web/templates/index.html +++ b/aprsd/web/templates/index.html @@ -30,6 +30,12 @@ }; function start_charts() { + Chart.scaleService.updateScaleDefaults('linear', { + ticks: { + min: 0 + } + }); + memory_chart = new Chart($("#memChart"), { label: 'Memory Usage', type: 'line',