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

License activation in fusion chart - react native

Open Anu-T opened this issue 4 years ago • 3 comments

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

Anu-T avatar Oct 09 '20 04:10 Anu-T

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

WilbertJanney avatar Feb 23 '21 00:02 WilbertJanney

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

WilbertJanney avatar Feb 23 '21 16:02 WilbertJanney

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

QzLP2P avatar Aug 18 '21 08:08 QzLP2P