fusioncharts / fusioncharts-dist

FusionCharts JavaScript Charting library. Over 95+ charts and 1,400+ maps to choose from, with integrations available for all popular JavaScript frameworks & back-end programming languages.
https://www.fusioncharts.com
Other
84 stars 46 forks source link

Distribution code in /vendor/ directory contains ES6+ #19

Open bobvanhesse opened 3 years ago

bobvanhesse commented 3 years ago

The /vendors/ directory contains JavaScript with ES6(+) features such as arrow functions. The following file is an example: fusioncharts-dist/vendors/fc-utils/src/time-converter/index.js. If the distribution code was transpiled to ES5, browsers such as IE11 would be supported.

AyanBhadury commented 3 years ago

@bobvanhesse FusionCharts support IE11+ browsers, if you are facing any problem please use babel or parcel transpiler