react-native-fusioncharts icon indicating copy to clipboard operation
react-native-fusioncharts copied to clipboard

FusionCharts maps not rendering with 5.1.0 version

Open hanumant-shegade-aera opened this issue 4 years ago • 1 comments

With older version of FusionCharts maps are working but when we upgraded to new version (5.1.0) maps stop working. Sample code -

<ReactNativeFusionCharts chartConfig={chartData} modules={['treemap', 'timeseries', 'powercharts', 'widgets']} />

hanumant-shegade-aera avatar Sep 29 '21 05:09 hanumant-shegade-aera

You need to load the map lib files as a dependency to the module prop

AyanBhadury avatar Dec 27 '21 15:12 AyanBhadury