rudgr
Posts: 14
Joined: Wed Apr 20, 2011 7:23 am

How to apply license

Hi,

I just purchased a HighCharts license and I was wondering how I should apply the license?

(I'm assuming this will get rid of the "highcharts.com" link in the charts?)

Thanks in advance
Crod
Posts: 33
Joined: Mon Apr 11, 2011 3:27 pm

Re: How to apply license

Hi,

the highchart link can be disabled with

Code: Select all


chart: {
    ...
},
credits: {
    enabled: false
}

rudgr
Posts: 14
Joined: Wed Apr 20, 2011 7:23 am

Re: How to apply license

Thanks!

Return to “Highcharts Usage”