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.
Methods
# setIsKeyResponsive(bool)
Set the responsiveness of the widget.
Parameters:
Name | Type | Description |
---|---|---|
bool |
boolean
|
keyResponsive |
# setKeys(keys)
Set the keys to show.
Parameters:
Name | Type | Description |
---|---|---|
keys |
Array.<string>
|
Keys to be displayed. |
# setValue(val)
Set the value to show.
Parameters:
Name | Type | Description |
---|---|---|
val |
string
|
Value to be displayed. |