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

Simplify + fix memory graph

parent 779466b3
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: new_color,
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