Knowledge Base DocsChevronRightIconWidget & Dashboard ScriptsChevronRightIconChange The Color Of Values On Pie Chart Slices In 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:ByintapiuserPosted 3 years ago 0 commentsComment Newest