vasturiano / sunburst-chart

A sunburst interactive chart web component for visualizing hierarchical data
https://vasturiano.github.io/sunburst-chart/example/flare/
MIT License
292 stars 89 forks source link

Labels missing in firefox #49

Open brintal opened 4 years ago

brintal commented 4 years ago

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?

vasturiano commented 4 years ago

Thanks for reaching out @brintal.

This is how the default example renders for me on Firefox (OSX v76.0.1): Screenshot 2020-05-12 at 20 13 13

Is this different from what you're seeing? If so what Firefox version do you have?

luipir commented 4 years ago

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

luipir commented 4 years ago

path-lable is there but wrongly positioned (horizontally), e-g- should be located vertically inside the arc inside the orange sector of the image. Screenshot from 2020-07-28 11-46-59

vasturiano commented 4 years ago

@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 commented 4 years ago

@luipir can you confirm the default example works fine in your version of Firefox?

correct!

luipir commented 4 years ago

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....

b4b857f6ee commented 4 years ago

@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 commented 4 years ago

@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.

b4b857f6ee commented 4 years ago

@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? image

luipir commented 4 years ago

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

b4b857f6ee commented 4 years ago

Sure sorry