码迷,mamicode.com
首页 > 其他好文 > 详细

exporting

时间:2015-06-12 16:54:13      阅读:88      评论:0      收藏:0      [点我收藏+]

标签:

exporting: {
buttons: {
contextButton: {
menuItems: [{
text: ‘导出png图片 100宽度‘,
onclick: function () {
this.exportChart({
width: 100
});
}
}, {
text: ‘导出png图片 大图‘,
onclick: function () {
this.exportChart();
},
separator: false
}]
}
}
}

 

 

theme主题  可用样式

theme: {
fill: ‘#B7C900‘,//填充颜色
r: 8,//圆角
states: {
hover: {
fill: ‘#0FC900‘,
style: {
color: ‘white‘
},
text:‘恢复原始状态‘
},
},

select: {
stroke: ‘#039‘,
fill: ‘#bada55‘
}
}

 每个数据条的name 是提示框里面的文本     提示框里面都有:x轴标签+name+:数据

exporting

标签:

原文地址:http://www.cnblogs.com/jinhaoObject/p/4571749.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!