highcharts的饼图怎么改变label的字体大小

2025-03-28 11:59:03
推荐回答(1个)
回答(1):

在highCharts对象中加入如下代码: plotOptions : {column : {dataLabels : {enabled : true,style : {'fontSize' : '18px'}}}},xAxis : {labels : {style : {'fontSize' : '18px'}}}