设置饼图对应的提示文字的颜色与饼图块状一样,demo如下: $(function () { $('#container').highcharts({ chart: { plotBackgroundColor: null, plotBorderWidth: null, plotShadow: false }, title: { text: '各练案等级分布' }, tooltip: { pointFormat: '{series.name}: <b>{point.percentage:.1f}%…