Last updated

API / geotoolkit / controls / shapes / HeatMap / HeatMap

Namespace: HeatMap

shapes.HeatMap.HeatMap

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { ModelLimitsChanged: void }


Options

Ƭ Options: Options & OptionsBase & { data?: IDataTable | number[][] }

the data source or options object


OptionsBase

Ƭ OptionsBase: Object

options

Type declaration

NameTypeDescription
bounds?Rect-
colorprovider?ColorProvidercolor provider for rendering heatmap
colplottype?PlotTypeplot type of column
keepmodellimits?booleanflag to keep model limits
labels?{ textstyle?: Type ; visible?: boolean }options for labels
labels.textstyle?Typeof labels
labels.visible?booleanvisibility of labels
max?numbermaximum value limit in data source
min?numberminimum value limit in data source
offsetx?number | number[]offset of x axis
offsety?number | number[]offset of y axis
rowplottype?PlotTypeplot type of row

OptionsBaseOut

Ƭ OptionsBaseOut: Object

options

Type declaration

NameTypeDescription
boundsRect-
colorproviderColorProvidercolor provider for rendering heatmap
colplottypePlotTypeplot type of column
keepmodellimitsbooleanflag to keep model limits
labels{ textstyle: TextStyle | null ; visible: boolean }options for labels
labels.textstyleTextStyle | nullof labels
labels.visiblebooleanvisibility of labels
maxnumbermaximum value limit in data source
minnumberminimum value limit in data source
offsetxnumber | number[]offset of x axis
offsetynumber | number[]offset of y axis
rowplottypePlotTypeplot type of row

OptionsOut

Ƭ OptionsOut: OptionsOut & OptionsBaseOut