grafana / piechart-panel

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

Now support grafana 6.0? #174

Closed night1008 closed 5 years ago

jacobwilsonnet commented 5 years ago

It doesnt seem to work on 6.0

night1008 commented 5 years ago

@jacobwilsonnet hello, I have a try on pie chart, it works

SELECT now() AS time, col1, COUNT(1)
FROM table
GROUP BY col1
torkelo commented 5 years ago

what is the problem in 6.0? pie chart only works with time series data right now