答案 0 :(得分:4)
使用值为pieSliceBorderColor
(see documentation here)的配置选项transparent
。
new google.visualization.PieChart(document.getElementById('visualization')).
draw(data, {
pieSliceBorderColor : "transparent", // Add this line
title : "So, how was your day?"
}
);
之前:
之后: