Distribution code in /vendor/ directory contains ES6+
Opened this issue · 1 comments
bobvanhesse commented
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
@bobvanhesse FusionCharts support IE11+ browsers, if you are facing any problem please use babel or parcel transpiler