Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Cannot find referenced group. Possible reason: items added before groups? Groups need to be added before items, as items refer to groups. #55

Open
GowrishankarGeek opened this issue Jun 27, 2016 · 0 comments

Comments

@GowrishankarGeek
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant