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

show graphic

parent 7436dfcc
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ window.monitorIfconfigChart = function(element) {
$.getJSON(api_url, function(data) {
console.log(data);
data.each(function(dataset){
$.each(data, 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