grafana / piechart-panel

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

Pie Chart not displaying (6.4.3) #205

Closed zeppmg closed 4 years ago

zeppmg commented 4 years ago

Since I've upgraded Grafana to v6.4.3, Pie Chart doesn't display anymore, whereas legend still show correctly. Query is still correct : if I choose another visualization plugin everything works fine. pie-chart

mrafieee commented 4 years ago

I have the same problem. I am running:

mrafieee commented 4 years ago

upgraded the piechart to 1.3.9 and downgraded the grafana to 6.4.2, it started working.

briangann commented 4 years ago

investigating this now

gjemp commented 4 years ago

have same problem grafana 6.4.4 but form old times I have there i pie chart installation of version 1.3.6 and it stayed there even when i was using cli upgrade/install /downgrade so cli plugins ls showed me two installations of version 1.3.6 .

zeppmg commented 4 years ago

Hi @briangann , Any news ? Still stuck here ... Thanks in advance. Regards,

digrich commented 4 years ago

I am also observing the same issue with grafana 6.4.3

digrich commented 4 years ago

After upgrading pie-chart to latest version, it's working fine on 6.4.3.

zeppmg commented 4 years ago

same here, thanks for the update

gjemp commented 4 years ago

works also on 6.5.1 . In mu case it was the host dir permissions :) I deploy plugins with ansible and it run the cli command with root and due that the dir and its content was created with root owner groups and grafana did not have access to load it. Figured out this when i enabled debug logging in grafana :)

nk-fouque commented 4 years ago

@gjemp Thanks for your diagnostic, I think I might have the same problem, but how do you change those permissions ?

gjemp commented 4 years ago

@nk-fouque , you need to change the file and directory ownership on the host machine via command line .