Model Index

Types By Namespace

cdo

def

pvc

pvc.data

pvc.options

pvc.options.axes

pvc.options.charts

pvc.options.ext

pvc.options.format

pvc.options.marks

pvc.options.panels

pvc.options.plots

pvc.options.varia

pvc.options.visualRoles

pvc.visual

Enumeration pvc.options.varia.SunburstColorMode


Extends string.

Field Summary
Field Attributes Field Name and Description
 
Fan
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'

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Dec 20 2018 15:47:44 GMT-0000 (WET)