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

show graphic

parent 82f822b4
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ window.monitorIfconfigChart = function(element) {
$.getJSON(meminfo_url, function( data ) {
console.log(data);
data.each(function(dataset){
Array.from(data).each(function(dataset){
var new_dataset = {
label: dataset.name,
backgroundColor: window.chartColors.green,
......
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