grafana / piechart-panel

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

can't change unit on grafana 6 #175

Open Wing924 opened 5 years ago

Wing924 commented 5 years ago

Can't change unit on grafana 6 on UI.

piperubio commented 5 years ago

I have the same issue here Grafana v6.2.5 (6082d19)

briangann commented 5 years ago

taking a look, possible regression

briangann commented 5 years ago

can you show a screenshot? I'm able to set units in 6.2.5

image

piperubio commented 5 years ago

The bug is presented with some types of units, for example, I am trying to select "Energy"> "kWh" and the change is not made, but if I select "Wh" the change is applied.

briangann commented 5 years ago

looks like a bug in the chooser, if you manually type "Wh" it will fill in, but if you have to scroll down the list it won't.

Depending on the size of the screen/window this can happen in other units.

This also happens in the graph panel, so it's a core grafana bug (not limited to pie-chart)