API / geotoolkit / controls / shapes / Treemap / Treemap
Type Aliases
Ƭ Data: Object
| Name | Type | Description |
|---|---|---|
datasets? | DataSets | Array of dataset |
mode? | LayoutMode | LayoutMode for the Treemap |
Ƭ DataSets: { color?: string | RgbaColor ; level?: DataSets ; name: string ; value: number }[]
Ƭ EventMap: EventMap & { onDataChanged: DataSets }
Ƭ Node: Object
| Name | Type |
|---|---|
atlevel | number |
children | number |
color | string | RgbaColor |
height | number |
id | number |
name | string |
parent | number |
visible? | boolean |
visibleborder? | boolean |
width | number |
x | number |
y | number |
Ƭ Options: Options & { nodevalues?: { location?: NodeValueLocation ; textstyle?: Type ; visible?: boolean } }
options object
Ƭ OptionsBase: Object
options object
| Name | Type | Description |
|---|---|---|
fillstyle? | Type | Treemap node fillstyle |
linestyle? | Type | Treemap node linestyle |
nodevalues? | { location?: NodeValueLocation ; textstyle?: Type ; visible?: boolean } | node values parameters |
nodevalues.location? | NodeValueLocation | node values' label location |
nodevalues.textstyle? | Type | node values' label text style |
nodevalues.visible? | boolean | node values visibility flags |
Ƭ OptionsOut: OptionsOut & { nodevalues?: { location?: NodeValueLocation ; textstyle?: TextStyle ; visible?: boolean } }
properties object