We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to apply fusion chart license key in a react native application. I need to remove the watermark.
The text was updated successfully, but these errors were encountered:
I'm wondering the same. I have a key, but don't know where to put it. Have you figured it out?
Sorry, something went wrong.
I figured it out for 3.15.3+, see #108
In your index.js you can add this line
global.licenseConfig = { key: Config.FUSION_KEY, // true/false to show/hide watermark respectively creditLabel: false, };
No branches or pull requests
How to apply fusion chart license key in a react native application. I need to remove the watermark.
The text was updated successfully, but these errors were encountered: