Few days ago I bought a highchart's license but I am confused how should I use it in my graphs. Only I need to set credits option like,
credits: {
enabled: false
}
Or do I need to specify my license key somewhere else in the code?
Re: HighChart license usageThe license key is needed just for contact with the support or sales team, you shouldn't put it anywhere inside your app. The software is available for download from our website. There is no mandatory license key associated with the software, and no activation is needed.
You need an OEM license when you want to use the Highcharts software in a product that will be further distributed to - and hosted by - your customers. The OEM License is our most flexible license which can be customized to your needs.
Highcharts is a software library for charting written in pure JavaScript, first released in 2009. The license is proprietary. It is free for personal/non-commercial uses and paid for commercial applications.
Highcharts is free to use for personal projects, school websites, and non-profit organizations. Feel free to contact us if further help needed.
You just need to set:
credits: {
enabled: false
}
forum post
I did it in the global settings for my app:
Highcharts.setOptions({
...
credits: {
enabled: false
}
});
I then just created a license folder for highcharts somewhere in my app where I dropped the license PDF my company gave me upon purchase (just for completeness).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With