Change The Color Of Values On Pie Chart SlicesIn order to change the color of the values on the pie chart slices one can use the following widget code :widget.on('ready', function(se,ev){ var color = 'red'; $('.pie-percent-label tspan').css('fill',color) })Example:Updated 03-02-2023
Related ContentChanging Value Label's Font Size, Weight And RotationChange the background color of the Pivot cell on value WindowsDisable single slice of pie chartBar Chart - Prevent bars from hiding the value label textCalculate MTD, QTD and YTD Values