From e5c46689c8821c76bd60b0975247e2572ce4e051 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Tue, 23 Jul 2019 14:30:46 -0700 Subject: [PATCH] Fixed stats graph to monotone curve. --- views/default.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/default.handlebars b/views/default.handlebars index 5dad06dc..457b98c4 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -8122,7 +8122,7 @@ options: { responsive: true, maintainAspectRatio: false, - elements: { line: { tension: 0.001 } }, + elements: { line: { cubicInterpolationMode: 'monotone' } }, scales: { xAxes: [{ type: 'time', time: { tooltipFormat: 'll HH:mm' }, display: true, scaleLabel: { display: false, labelString: '' } }], yAxes: [{ type: 'linear', display: true, scaleLabel: { display: true, labelString: '' } }]