Skip to content

Graph is not getting plotted #3

@DragonPulse

Description

@DragonPulse

The Graph is not getting plotted. the issue is in index.html
var beans = typeFilter != ''
? json[0].beans.filter(function(b){ return beanTypeContains(b, typeFilter)})
: json[0].beans;

json[o].beans is undefined.

but the app.js line 41 res.send(body) is able to send the response. Seems like some issue with parsing the json form server

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions