Module

PieLayered

The layered pie chart is a pie chart with concentric layers to show successive levels of data. The size of each item represents its contribution to the inner parent category.

Tutorials:
See:

View Source widgets/pieLayered.js, line 9

Methods

# setHierarchyChar(char)

Set hierarchy character.

Parameters:
Name Type Description
char string

View Source widgets/pieLayered.js, line 57

# setIsKeyResponsive(bool)

Set the responsiveness of the widget.

Parameters:
Name Type Description
bool boolean

keyResponsive

View Source widgets/pieLayered.js, line 66

# setKeys(keys)

Set the keys to show.

Parameters:
Name Type Description
keys Array.<string>

Keys to be displayed.

View Source widgets/pieLayered.js, line 39

# setValue(val)

Set the value to show.

Parameters:
Name Type Description
val string

Value to be displayed.

View Source widgets/pieLayered.js, line 48