Hi Sidheshwari,
Thats indeed possible, using the Slice color option: just define an expression, using attributes to set the color of the slice. For example like this:
if $currentObject/Payment = Enum_Payment.Year
then '#38bdf8'
else
if $currentObject/Payment = Enum_Payment.Month
then '#0284c7'
else
'#e0f2fe'
Hope this will help.
Best regards,
Bob