Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running in Safari 13 and Chrome latest but displaying incorrect segment numbers with Safari 14 and above #63

Open
devghod opened this issue Nov 8, 2021 · 5 comments

Comments

@devghod
Copy link

devghod commented Nov 8, 2021

Capture
my section data
Capture1
output with the length of the array

@devghod
Copy link
Author

devghod commented Nov 10, 2021

image_2021_11_10T04_08_51_907Z

image_2021_11_10T04_08_23_175Z

1st image shows the correct output and runs it in Safari v13.
2nd image runs in Safari v14 which display incorrect output.
sections: [
{ value: 35 },
{ value: 15 },
{ value: 15 },
{ value: 35 }
],
This is the data sample we used for both and think that there is a problem with the rendering of color in Safari v14.

@dumptyd
Copy link
Owner

dumptyd commented Nov 10, 2021

That's weird. What version of the library are you using?

@devghod
Copy link
Author

devghod commented Nov 10, 2021

v1 for vue-css-donut-chart since I'm using vue 2

@dumptyd
Copy link
Owner

dumptyd commented Nov 10, 2021

I tried this on the demo site in Safari 14 and it seems to be working as expected. Could it be that there's a conflicting CSS rule in the parent that's messing with the styles? Maybe try rendering the component outside of your grid to see if grid is the culprit. If it isn't and the issue persists, then see if you can reproduce it here https://jsfiddle.net/dumptyd/ujvypcd3/.

image

@devghod
Copy link
Author

devghod commented Nov 11, 2021

Will look into it. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants