panichelpdesk/panichd

Error to load charts on dashboard

Opened this issue · 0 comments

Hello
I've started testing PanicHD and it looks pretty good.
However, I am encountering some errors on the dashboard:

Uncaught Error: Autoload failed with: SyntaxError: JSON.parse: expected property name or '}' at line 2 column 13 of the JSON data
Nc https://www.google.com/jsapi?autoload={ 'modules':[{ 'name':'visualization', 'version':'1', 'packages':['corechart'] }] }:130
Lc https://www.google.com/jsapi?autoload={ 'modules':[{ 'name':'visualization', 'version':'1', 'packages':['corechart'] }] }:129
https://www.google.com/jsapi?autoload={ 'modules':[{ 'name':'visualization', 'version':'1', 'packages':['corechart'] }] }:143
https://www.google.com/jsapi?autoload={ 'modules':[{ 'name':'visualization', 'version':'1', 'packages':['corechart'] }] }:143
jsapi:130:275
Uncaught Error: Must call google.charts.load before google.charts.setOnLoadCallback
X https://www.google.com/jsapi?autoload={ 'modules':[{ 'name':'visualization', 'version':'1', 'packages':['corechart'] }] }:136
http://localhost:8080/panichd/dashboard:492

I searched in the issues but I didn't find anything similar.
Am I the only one to encounter these errors?