我在 plotOptions: {
pie: {
allowPointSelect: true,
cursor: 'pointer',
depth: 35,
dataLabels: {
enabled: true,
format: '{point.name}',
fontSize:'20px',
color:'red'
}
}
}
中设置了字体的颜色和大小,只有颜色能显示,但是大小不管用,另外我想设置字体样式为宋体,这个该怎么设置?
