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.
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.
Use the configuration option
pieSliceBorderColor
with the valuetransparent
(see documentation here).Before:
After:
Fiddle with it: http://jsfiddle.net/PWc43/