Google Pie chart: remove white gap between pie slices
问题 Similar to this question, but for Google Pie Charts: How can I remove the white lines between the slices on a Google Pie Chart: On the image above, I want to remove the white space highlighted by the green arrow. 回答1: You can get rid of that gap by setting the pieSliceBorderColor to "transparent" . Try the following on Google Code Playground: function drawVisualization() { // Create and populate the data table. var data = google.visualization.arrayToDataTable([ ['Task', 'Hours per Day'], [