Open Breee opened 4 years ago
I have the same problem. Is it because of the latest Grafana version?
I've noticed this too in the exact same version of Grafana
Issue persistent with my deployment also. Anyone with known fixes?
seeing the same :( Any workaround or fix?
Hi guys, I found out that we could fix that bug by modifying the css file of the plugin (dist/css/groupedBarChart.css). You just have to add on the first line #chart, which gives you : `
width: 100%;
height: 100%;
position: center;
} `
For some reason, it seems that css code is not scoped to the panel anymore I think, this is why every icon becomes so big. This change adds this scope.
Have a nice day :)
For some reason, it seems that css code is not scoped to the panel anymore I think, this is why every icon becomes so big. This change adds this scope.
Thx for the workaround. Would prefer a fix in the plugin itself, because it sucks to Provision multiple grafana instances with a hacky workaround ^^
Well, this is not a hacky workaround, this is the fix that should be done. But since the repo owner did not give you an answer in 12 days... I can't give you more 😄 But yeah, that sucks
Hi guys, I found out that we could fix that bug by modifying the css file of the plugin (dist/css/groupedBarChart.css). You just have to add on the first line #chart, which gives you :
#chart svg { width: 100%; height: 100%; position: center; }
For some reason, it seems that css code is not scoped to the panel anymore I think, this is why every icon becomes so big. This change adds this scope.
Have a nice day :)
Thanks for sharing your solution! But I tried to modify the css file and encounter another problem. The chart always blow out of the panel. And as I drag and move the panel containing the bar chart, it does move with the panel. Any idea how to fix?
still not working with Grafana v7.4.3, is this repo still maintained?
When I choose the plugin as visualization the following happens: