grafana / piechart-panel

Pie Chart Panel Plugin
MIT License
151 stars 101 forks source link

Error when using Pie Chart with Insights Analytics #249

Open Hypnobrew opened 3 years ago

Hypnobrew commented 3 years ago

I run Grafana in Docker and it worked fine in Grafana 6. After i upgraded to 7.1.5 I have issues with the pie chart diagram.

Details: Grafana: 7.1.5 Pie Chart: 1.6.0 Data source: Azure Monitor -> Insights Analytics Format As: Time series Query:

pageViews
| where $__timeFilter(timestamp)
| summarize Users=dcount(user_Id) by client_Browser , bin(timestamp, 1d)
| order by timestamp asc

It seems it does not work with Insights Analytics and custom queries at all any longer.

Full error: An unexpected error happened image

MrBeanzy commented 3 years ago

Same for me

eliasyishak commented 2 years ago

+1, anyone know why this is happening? Did something go wrong on installation of the plugin? I'm seeing the same error