Removing highcharts.com credits link

前端 未结 5 1887
一向
一向 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:36

    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.

提交回复
热议问题