Fixed stats graph to monotone curve.

This commit is contained in:
Ylian Saint-Hilaire 2019-07-23 14:30:46 -07:00
parent 0673236ae2
commit 9c6ce8053b

View File

@ -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: '' } }]