How to change the pie chart Percentage colour I want To change the 33.33% in black colour
Right-click on one label to open the Annotation dialog. In this dialog, you can use the Font Color option to customize the color for current label. If the color has been set to Auto, it means the color of current label will follow the Font Color setting in the the Labels tab of Plot Details dialog.
You can change the color of the lines that connect data points in Google Charts in two subtly different ways: with the colors option to change the chart palette, or with the series option to specify the color for particular series. In the following chart, we set the color of each series explicitly.
You can change it using option pieSliceTextStyle
. For example:
pieSliceTextStyle: {
color: 'black'
}
Note: that will change font color for all slices. See pie chart configuration options.
You can use also option slices
with property textStyle
to set color for each slice differently: textStyle - Overrides the global pieSliceTextSlice for this slice.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With