Use the same graph style in app graphs as in system graphs
This commit is contained in:
@@ -84,10 +84,11 @@ function fillGraph(element, contents, chartPropertyName, divisor, max, format, f
|
|||||||
backgroundColor: backgroundColors[index],
|
backgroundColor: backgroundColors[index],
|
||||||
borderColor: borderColors[index],
|
borderColor: borderColors[index],
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
radius: 0,
|
pointRadius: 0,
|
||||||
data: datapoints,
|
data: datapoints,
|
||||||
cubicInterpolationMode: 'monotone',
|
tension: 0.4,
|
||||||
tension: 0.4
|
showLine: true,
|
||||||
|
fill: true,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user