Open brintal opened 4 years ago
Thanks for reaching out @brintal.
This is how the default example renders for me on Firefox (OSX v76.0.1):
Is this different from what you're seeing? If so what Firefox version do you have?
I'm faceing the same problem... demo sunburst works well, but the same react component in a grafana panel does not render labels under Firefox 78.0.2 (64-bit) ubuntu package
path-lable is there but wrongly positioned (horizontally), e-g- should be located vertically inside the arc inside the orange sector of the image.
@luipir can you confirm the default example works fine in your version of Firefox?
And if so, would it be possible to make a codepen with a minimal example that renders incorrectly in Firefox?
@luipir can you confirm the default example works fine in your version of Firefox?
correct!
And if so, would it be possible to make a codepen with a minimal example that renders incorrectly in Firefox?
hmmmm,... sorry that's would be harder... I'll try to deploy my system on AWS (I've to do before or after) and I'll share it....
@luipir Sorry to post it here, but how do you install this? i git clone the repo in the plugins folder for grafana and restart but nothing.
@luipir Sorry to post it here, but how do you install this? i git clone the repo in the plugins folder for grafana and restart but nothing.
thi sis my working imlementation with a dirty code due to thousand of problems found using grafana in a "custo" way that moved time to solve these problems than doing a really general and clean code https://github.com/luipir/GaliciaSustentable_deployment/tree/master/dashboards/luipir-sunburst-panel It's a panel that get a json from a grafana var... reading the code it's simple to mod to your needs.
@luipir Sorry to post it here, but how do you install this? i git clone the repo in the plugins folder for grafana and restart but nothing.
thi sis my working imlementation with a dirty code due to thousand of problems found using grafana in a "custo" way that moved time to solve these problems than doing a really general and clean code https://github.com/luipir/GaliciaSustentable_deployment/tree/master/dashboards/luipir-sunburst-panel It's a panel that get a json from a grafana var... reading the code it's simple to mod to your needs.
Thank you! I don't know yarn, any idea?
Thank you! I don't know yarn, any idea?
probably better to move to an issue in my repo... this is not related with this thread
Sure sorry
Sunburst Chart works fine in chrome but when I open my chart in firefox, the labels are missing. Everything else (rendering, transitions, tooltip,..) works fine in both browsers. But how do I get my labels to show up in firefox?