Skip to content
Snippets Groups Projects
Commit 7f612b6a authored by Tibo's avatar Tibo
Browse files

Simplify + fix memory graph

parent c682d2b0
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ window.monitorIfconfigChart = function(element) {
var new_color = window.chartColors[new_color_name];
var new_dataset = {
label: dataset.name,
// backgroundColor: new_color,
backgroundColor: "rgba(255, 255, 255, 0.0)", // transparent
borderColor: new_color,
data: dataset.points
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment