diff --git a/dashboard/src/components/app/Graphs.vue b/dashboard/src/components/app/Graphs.vue index 74f4b64bf..eb66244e3 100644 --- a/dashboard/src/components/app/Graphs.vue +++ b/dashboard/src/components/app/Graphs.vue @@ -84,10 +84,11 @@ function fillGraph(element, contents, chartPropertyName, divisor, max, format, f backgroundColor: backgroundColors[index], borderColor: borderColors[index], borderWidth: 1, - radius: 0, + pointRadius: 0, data: datapoints, - cubicInterpolationMode: 'monotone', - tension: 0.4 + tension: 0.4, + showLine: true, + fill: true, }); });