Hi,
There is 2 layer in the sunburst chart.
Category > Product
Currently, the color of the ‘product’ is same color with its ‘category’.
For example:
product = [‘Cup’, ‘Dress’, ‘Skirt’, ‘Pant’, ‘Knife’, ‘Plate’, ‘Bed’, ‘Table’]
category = [‘Kitchen’, ‘Wardrobe’, ‘Wardrobe’, ‘Wardrobe’,‘Kitchen’, ‘Kitchen’, ‘Bedroom’, ‘Bedroom’]
if the ‘Kitchen’ is red, when expand it to view the ‘product’, all the product under this category is red.
So, how can the ‘product’ has different color than the ‘category’?
such as ‘Cup’ is pink, ‘Knife’ is blue, ‘Plate’ is green