Last updated

API / geotoolkit / controls / shapes / Treemap / Treemap

Namespace: Treemap

shapes.Treemap.Treemap

Table of contents

Type Aliases

Contents

Type Aliases

Data

Ƭ Data: Object

Type declaration

NameTypeDescription
datasets?DataSetsArray of dataset
mode?LayoutModeLayoutMode for the Treemap

DataSets

Ƭ DataSets: { color?: string | RgbaColor ; level?: DataSets ; name: string ; value: number }[]


EventMap

Ƭ EventMap: EventMap & { onDataChanged: DataSets }


Node

Ƭ Node: Object

Type declaration

NameType
atlevelnumber
childrennumber
colorstring | RgbaColor
heightnumber
idnumber
namestring
parentnumber
visible?boolean
visibleborder?boolean
widthnumber
xnumber
ynumber

Options

Ƭ Options: Options & { nodevalues?: { location?: NodeValueLocation ; textstyle?: Type ; visible?: boolean } }

options object


OptionsBase

Ƭ OptionsBase: Object

options object

Type declaration

NameTypeDescription
fillstyle?TypeTreemap node fillstyle
linestyle?TypeTreemap node linestyle
nodevalues?{ location?: NodeValueLocation ; textstyle?: Type ; visible?: boolean }node values parameters
nodevalues.location?NodeValueLocationnode values' label location
nodevalues.textstyle?Typenode values' label text style
nodevalues.visible?booleannode values visibility flags

OptionsOut

Ƭ OptionsOut: OptionsOut & { nodevalues?: { location?: NodeValueLocation ; textstyle?: TextStyle ; visible?: boolean } }

properties object