Enumeration pvc.options.varia.SunburstColorMode
Extends
string.
Field Attributes | Field Name and Description |
---|---|
This color mode only assigns colors from the color scale to the first-level slices.
|
|
This color mode only assigns colors from the color scale to the first-level slices.
|
|
This color mode assigns a distinct color from the color scale to each slice.
|
Enumeration Detail
pvc.options.varia.SunburstColorMode
Controls how colors are drawn from the color scale to paint visual elements.
Field Detail
Fan
This color mode only assigns colors from the color scale to the first-level slices.
The colors of child slices are derived from the color of their parent slice
by taking successively lighter shades of it.
- Value:
- 'fan'
Level
This color mode only assigns colors from the color scale to the first-level slices.
The colors of slices of following levels are derived from the color of their parent level
by taking successively lighter shades of it.
- Value:
- 'level'
Slice
This color mode assigns a distinct color from the color scale to each slice.
- Value:
- 'slice'