size: String|Number
The diameter of the pie relative to the plot area. Can be a percentage
or pixel value. Pixel values are given as integers. Defaults to "75%".
找了一上午,不翻译了
修改
plotOptions: {
pie: {
size: '100%'
}
},
中的size看效果
可以是数值或者百分比
如果不需要外边的标签
就把size设置为100%
阅读(6612) | 评论(0) | 转发(0) |