Fixed stats graph to monotone curve.
Ylian Saint-Hilaire committed
Jul 23, 2019 at 14:30 UTC
e5c46689c8821c76bd60b0975247e2572ce4e051
1 file changed
+1
-1
views/default.handlebars
+1
-1
@@ -8122,7 +8122,7 @@
8122
options: {
8123
responsive: true,
8124
maintainAspectRatio: false,
8125
- elements: { line: { tension: 0.001 } },
8125
+ elements: { line: { cubicInterpolationMode: 'monotone' } },
8126
scales: {
8127
xAxes: [{ type: 'time', time: { tooltipFormat: 'll HH:mm' }, display: true, scaleLabel: { display: false, labelString: '' } }],
8128
yAxes: [{ type: 'linear', display: true, scaleLabel: { display: true, labelString: '' } }]