fusioncharts / react-native-fusioncharts

Simple and Lightweight React Native component for FusionCharts JavaScript Charting Library
https://fusioncharts.github.io/react-native-fusioncharts
MIT License
77 stars 36 forks source link

License activation in fusion chart - react native #92

Open Anu-T opened 3 years ago

Anu-T commented 3 years ago

How to apply fusion chart license key in a react native application. I need to remove the watermark.

WilbertJanney commented 3 years ago

I'm wondering the same. I have a key, but don't know where to put it. Have you figured it out?

WilbertJanney commented 3 years ago

I figured it out for 3.15.3+, see https://github.com/fusioncharts/react-native-fusioncharts/issues/108

QzLP2P commented 3 years ago

In your index.js you can add this line

global.licenseConfig = { key: Config.FUSION_KEY, // true/false to show/hide watermark respectively creditLabel: false, };

image