fusioncharts / react-fusioncharts-component

ReactJS component for FusionCharts JavaScript Charting library.
https://fusioncharts.github.io/react-fusioncharts-component/
MIT License
93 stars 33 forks source link

Map collections are not auto download #53

Closed ankitkanojia closed 4 years ago

ankitkanojia commented 4 years ago

Need to implement MAP chart using fusion charts library but some how with npm package installer I can not able to download all map collection. rather I have to download those files from your official website and then need to paste in map folder.

I tried 4-5 times but maps are not downloaded along with npm package.

Do we have any other way to handle this issue?

siawo commented 4 years ago

@ankitkanojia Map definition files are available in npm as fusionmaps package. Please check https://www.npmjs.com/package/fusionmaps

ankitkanojia commented 4 years ago

@siawo thank you so much for sharing.