Removing highcharts.com credits link

user2178935 picture user2178935 · Mar 17, 2013 · Viewed 167.7k times · Source

I have just purchased highcharts, but the credits link still appears on my graphs which are quite prominent on my site and it distorts the chart view.

I assumed I would get an option, so how do I remove it?

Answer

SteveP picture SteveP · Mar 17, 2013

You can customise the credits, changing the URL, text, Position etc. All the info is documented here: http://api.highcharts.com/highcharts/credits. To simply disable them altogether, use:

credits: {
    enabled: false
},