graph » series » children
children
[ root » graph » series » children]
To the define the hierarchy of the series data in a flame or treemap chart.
Flame and Treemap Charts Only: Use the children
object to set the series data for the charts. Refer to the Flame Charts Tutorial or Treemap Charts Tutorial for more information.
Attribute | Type | Description |
---|---|---|
children | Array.<Object> | Sets the children of the series data to define the hierarchy. Default Value: null Chart types: Flame,Treemap |
name | String | Set the name of the flame node. Chart types: Flame |
text | String | Sets the text of series data. Default Value: null Chart types: Treemap |
value | Number | Sets the value of series data. Default Value: null Chart types: Treemap |
value | Number | Set the value of the flame node. Chart types: Flame |