We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
There is an Error when I use bar3D in IE11.
I've import 'core-js/es6/array'; in the file polyfills.ts, I can use Array.sort() at other place. But it doesn't work here.
import 'core-js/es6/array';
polyfills.ts
Array.sort()
Could you pls check it :) Thanks
The text was updated successfully, but these errors were encountered:
4da8307
Amazing speed ! XD Thanks
Sorry, something went wrong.
No branches or pull requests
Hello,
There is an Error when I use bar3D in IE11.
I've
import 'core-js/es6/array';
in the filepolyfills.ts
, I can useArray.sort()
at other place.But it doesn't work here.
Could you pls check it :)
Thanks
The text was updated successfully, but these errors were encountered: