Partition charts don't accept theming via color array #610
Labels
:colors
colors related issue
enhancement
New feature or request
:partition
Partition/PieChart/Donut/Sunburst/Treemap chart related
This is a request for partition charts to take a color input such as
color={['red', 'green', 'blue']}
, and to use the defined colors as a theme. Each color in the theme would be used sequentially for the first layer, cycling if there are more sections than colors.The result would look like the sunburst examples:
This is possible today, but the proposed API simplifies the most common usage.
Checklist
The text was updated successfully, but these errors were encountered: