fusioncharts / vue-fusioncharts

Vue Component for FusionCharts JavaScript Charting Library
https://fusioncharts.github.io/vue-fusioncharts/
MIT License
89 stars 31 forks source link

How can I import fusioncharts in small parts? #99

Open OrenLX opened 3 years ago

OrenLX commented 3 years ago

Hey,

I just found out the package is huge (up to 1.4MB) and we're not using all of it, only 3 types. I couldn't figure out how to import only the usable parts and reduce the total bundle size.

Could you please guide me on how to properly import per usage base?