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

Radial charts are not working in IE 11 #2004

Closed
SandeepKapalawai opened this issue Oct 28, 2020 · 6 comments
Closed

Radial charts are not working in IE 11 #2004

SandeepKapalawai opened this issue Oct 28, 2020 · 6 comments
Labels
bug Something isn't working

Comments

@SandeepKapalawai
Copy link

SandeepKapalawai commented Oct 28, 2020

Not sure this is a bug or issue at my end.

I went through the documentation mentioned for IE 11 in order to work, so i have include the 3 polyfills in my index,html as below

As mentioned in the documentation and as per above @sarathcs comments, i have include those polyfills in my index.html file as below :

<script src="https://cdn.jsdelivr.net/npm/eligrey-classlist-js-polyfill"></script> <script src="https://cdn.jsdelivr.net/npm/promise-polyfill@8/dist/polyfill.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/findindex_polyfill_mdn"></script>S <title>React App</title>
and in my index.js file i have included below polyfills

import 'react-app-polyfill/ie11';
import 'react-app-polyfill/stable';

But i still didnt see it is loading correctly in IE, is there anything i am missing or any thing to be corrected ?

Thank you

image

@junedchhipa
Copy link
Contributor

Are there any errors in the developer tools?

@SandeepKapalawai
Copy link
Author

Hi @junedchhipa Thank you for the prompt response

yes i am getting promise error as below in IE
Unhandled promise rejection TypeError: Unable to get property 'add' of undefined or null reference

@junedchhipa junedchhipa added the bug Something isn't working label Oct 29, 2020
@SandeepKapalawai
Copy link
Author

Hi @junedchhipa will it be resolved in next release?

@junedchhipa
Copy link
Contributor

@SandeepKapalawai Hi Sandeep, I don't have IE11 right now to debug the issue.
Hence, I don't have an ETA for this fix.

@PatrickStephansen
Copy link

PatrickStephansen commented Nov 10, 2020

I've run into this issue too. It doesn't seem to be specific to a particular kind of chart. The issue is that IE doesn't support the classList property on SVG elements. I was able to fix it for my project by installing and importing the svg-classlist-polyfill package.

Edit: I see you already have a different polyfill for that issue. It seems to have a bug dealing with svgs in some cases.

@junedchhipa
Copy link
Contributor

IE11 support has been ended

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants