一、Credits属性说明
严格来讲,Credits并不算版权信息,官方的说法是:Highchart by default puts
a credits label in the lower right corner of the chart。不管怎样的说法,在自己的图表加上HighCharts字样并有链接,这都图表的美观、专业性都是不好的。通过配置Credits属性,你可以去除或修改HighCharts版权信息。
二、Credits属性详解
参数 | 说明 | 默认值 |
---|---|---|
enable | 是否显示版权信息 | true,也就是默认会显示 |
href | 链接地址 | http://www.highcharts.com |
position | 版权文字的位置 | position: { align: ‘right’, x: -10,verticalAlign: ‘bottom’, y: -5} |
style | 版权文字的样式 | itemStyle: { cursor: ‘pointer’,color: ‘#909090′,fontSize: ’10px’} |
text | 版权文字 | Highcharts.com |
三、实例说明
四、效果截图
五、在线演示
演示地址:
六、源码下载
下载地址: