highcharts(七)之版权信息

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
credits:{
// enabled:true, // 默认值,如果想去掉版权信息,设置为false即可
text:'www.hcharts.cn', // 显示的文字
href:'http://www.hcharts.cn', // 链接地址
position:{ // 位置设置
align: 'left',
x: 400,
verticalAlign: 'bottom',
y: -100
},
style: { // 样式设置
cursor: 'pointer',
color: 'red',
fontSize: '30px'
}
},