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

Datalabels not working in Internet Explorer 10 #85

Closed
012attack opened this issue Sep 4, 2018 · 8 comments
Closed

Datalabels not working in Internet Explorer 10 #85

012attack opened this issue Sep 4, 2018 · 8 comments

Comments

@012attack
Copy link

Datalabels not working in Internet Explorer 10..

@simonbrunel
Copy link
Member

What the error / exception you get in IE10? can you share a jsfiddle that reproduces your issue?

@012attack
Copy link
Author

012attack commented Sep 5, 2018

in your sample bar error don't occur but datalabels is not displayed at IE 10

@simonbrunel
Copy link
Member

That's because window.devicePixelRatio is not compatible with IE10. We need a fallback value when window.devicePixelRatio is undefined (maybe simply default to 1 or try to compute it from other values).

@012attack
Copy link
Author

Thanks for kind answer.

@simonbrunel simonbrunel added this to the Version 0.5 milestone Nov 4, 2018
@simonbrunel
Copy link
Member

@012attack the issue should be fixed by d80b2be in master and will be released in v0.5.0.

@simonbrunel
Copy link
Member

@012attack can you please checkout master and confirm that it fixes your issue?

@012attack
Copy link
Author

012attack commented Nov 7, 2018

Thank you very much
But I fixed my issue two month ago by setting default value

@simonbrunel
Copy link
Member

Released in v0.5.0

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

No branches or pull requests

2 participants