You can change it using the option pieSliceTextStyle. For example:
pieSliceTextStyle: {
color: 'black'
}
Note: which will change the font color for all fragments. See pie chart configuration options .
You can also use the option sliceswith the property textStyleto set the color for each fragment in different ways: textStyle - overrides the global pieSliceTextSlice for this fragment.
source
share