grafana / piechart-panel

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

Can't view right side legend #116

Closed selli96 closed 6 years ago

selli96 commented 6 years ago

I'm using the latest version of grafana and i can't view legend on the right side:

image

It seems that remains under the graph as follows:

image2

On and under graph legends work correctly. I see this same bug on the latest versions of Chrome, Firefox, IE, and Edge on a Windows machine.

remcopoelstra commented 6 years ago

I also ran into this issue, I think it's due to some missing css rules in the current grafana master branch. I copied the .graph-legend-rightside css rules from the 4.6.x branch back to public/sass/components/_panel_graph.scss and this fixed the problem for me.

selli96 commented 6 years ago

This fix my problem, thanks a lot.