Use the same graph style in app graphs as in system graphs

This commit is contained in:
Johannes Zellner
2025-05-21 09:25:59 +02:00
parent 6e21f19bd5
commit 2ed7f152b7

View File

@@ -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,
});
});