Vonage / Grafana_Status_panel

A panel plugin for Grafana to monitor multiple parameters at once
Other
178 stars 108 forks source link

"dataList.map is not a function" error #122

Open siddarthap93 opened 5 years ago

siddarthap93 commented 5 years ago

Hi,

We are using custom data source(Neo4j DB) in Grafana Status_panel, where we are trying to display the status of different values in the status panel.

When we are trying to display the values - we are getting a error stating that datalist.map is not a function error.

Sample Neo4j (cypher) query which is being used : "MATCH (n:HEALTH) where n.status="success" RETURN count(n) as count"

output in neo4j: count

20

Please suggest us data format we need to frame for the panel.