删除highcharts.com点数链接

本文翻译自:Removing highcharts.com credits link

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? 我以为我会得到选择,那么如何删除它?


#1楼

参考:https://stackoom.com/question/12reK/删除highcharts-com点数链接


#2楼

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. 这将从图表底部删除“ Highcharts.com”文本。


#3楼

You can customise the credits, changing the URL, text, Position etc. All the info is documented here: http://api.highcharts.com/highcharts/credits . 您可以自定义学分,更改URL,文本,排名等。所有信息都记录在这里: http : //api.highcharts.com/highcharts/credits To simply disable them altogether, use: 要完全禁用它们,请使用:

credits: {
    enabled: false
},

#4楼

credits : null

也可以禁用积分


#5楼

Both of the following code will work fine for removing highchart.com from the chart:- 以下两个代码都可以很好地从图表中删除highchart.com:-

credits: false

or 要么

credits:{
 enabled:false,
}

#6楼

Add this to your css. 将此添加到您的CSS。

.highcharts-credits {
display: none !important;
}
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值