Removing highcharts.com credits link

前端 未结 5 1888
一向
一向 2020-11-30 17:16

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 wo

5条回答
  •  天命终不由人
    2020-11-30 17:51

    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
    },
    

提交回复
热议问题