Polyfill Documentation
See original GitHub issueI’m submitting a … (check one with “x”)
- bug report - search github for a similar issue or PR before submitting
- feature request
- support request - use StackOverflow (add the
ngx-charts
tag) or the gitter chat for support questions
Current behavior To support different browsers I had to add a few polyfills (IE is a pain). I was able to find the required the required polyfills but it was a lot Git Issue reading and try and error required.
Expected behavior Is it possible to document the required polyfills. That may help a lot of people to use this great library.
Reproduction of the problem
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
-
ngx-charts version: x.x.x all
-
Angular version: x.x.x 6.x
-
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
- Language: [all | TypeScript X.X | ES6/7 | ES5]
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Polyfill - MDN Web Docs Glossary: Definitions of Web-related ...
A polyfill is a piece of code (usually JavaScript on the Web) used to provide modern functionality on older browsers that do not...
Read more >Polyfill.io
It's a service which accepts a request for a set of browser features and returns only the polyfills that are needed by the...
Read more >Polyfills and transpilers - The Modern JavaScript Tutorial
A script that updates/adds new functions is called “polyfill”. It “fills in” the gap and adds missing implementations. For this particular case, ...
Read more >babel/polyfill
Babel includes a polyfill that includes a custom regenerator runtime and core-js ... polyfills you are using (like Object.assign ) or just document...
Read more >Polyfill (programming) - Wikipedia
In web development, a polyfill is code that implements a feature on web browsers that do not natively support the feature. Most often,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is a angular 6 default polyfills.ts
I modified it for IE Support…
And in index.html i have this for tooltip support…
I am not an expert and it was done with a lot of try and error.
@marjan-georgiev @BenjaminHofstetter The approach doesn’t cover all issues with IE11:
I’m trying to build Tree Map Chart, using the provided polyfills, no labels are rendered: