Graphing..

Zaid Abdulla zaid at genieacs.com
Thu Dec 18 19:22:40 EST 2014


On Thu, Dec 18, 2014, at 11:52 PM, Richard Verbrugge wrote:
> I tried to add the following into  genieacs-gui/config/graph.json.erb right below the original content:

Appending to it makes it invalid JSON which is why you're getting
parsing errors. You need to add it inside the main hash:

{
  "online_devices" : {
    "all_devices" : [...]
  }
  "bandwidth" : {
    "all_areas" : [...],
    "area1" : [...],
    "area2" : [...]
  }
}


More information about the Users mailing list