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?
highcharts Credits Removing "highcharts.com" Logo Highchart by default puts a credits label in the lower right corner of the chart. This can be removed using credits option in your chart settings. will remove the highcharts.com logo.
The legend displays the series in a chart with a predefined symbol and the name of the series. Series can be disabled and enabled from the legend.
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 },
It's said here that you should be able to add the following to your chart config:
credits: { enabled: false },
that will remove the "Highcharts.com" text from the bottom of the chart.
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