You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var dataGroups = new VisDataSet();
dataGroups.add({id: "in", content: 'Group 1'});
dataGroups.add({id: "out", content: 'Group 2'});
dataGroups.add({id: "txrx", content: 'Group 3'});
var cpuGraph = new VisDataSet();
var memoryGraph = new VisDataSet();
var netGraph = new VisDataSet();
var diskGraph = new VisDataSet();
cpuGraph = data.result.cpu
memoryGraph = data.result.mem
netGraph = data.result.nw
diskGraph = data.result.disk
i couldn't find what is the issue here
The text was updated successfully, but these errors were encountered:
var dataGroups = new VisDataSet();
dataGroups.add({id: "in", content: 'Group 1'});
dataGroups.add({id: "out", content: 'Group 2'});
dataGroups.add({id: "txrx", content: 'Group 3'});
i couldn't find what is the issue here
The text was updated successfully, but these errors were encountered: