API / geotoolkit / controls / shapes / HeatMap / HeatMap
Type Aliases
Ƭ EventMap: EventMap & { ModelLimitsChanged: void }
Ƭ Options: Options & OptionsBase & { data?: IDataTable | number[][] }
the data source or options object
Ƭ OptionsBase: Object
options
| Name | Type | Description |
|---|---|---|
bounds? | Rect | - |
colorprovider? | ColorProvider | color provider for rendering heatmap |
colplottype? | PlotType | plot type of column |
keepmodellimits? | boolean | flag to keep model limits |
labels? | { textstyle?: Type ; visible?: boolean } | options for labels |
labels.textstyle? | Type | of labels |
labels.visible? | boolean | visibility of labels |
max? | number | maximum value limit in data source |
min? | number | minimum value limit in data source |
offsetx? | number | number[] | offset of x axis |
offsety? | number | number[] | offset of y axis |
rowplottype? | PlotType | plot type of row |
Ƭ OptionsBaseOut: Object
options
| Name | Type | Description |
|---|---|---|
bounds | Rect | - |
colorprovider | ColorProvider | color provider for rendering heatmap |
colplottype | PlotType | plot type of column |
keepmodellimits | boolean | flag to keep model limits |
labels | { textstyle: TextStyle | null ; visible: boolean } | options for labels |
labels.textstyle | TextStyle | null | of labels |
labels.visible | boolean | visibility of labels |
max | number | maximum value limit in data source |
min | number | minimum value limit in data source |
offsetx | number | number[] | offset of x axis |
offsety | number | number[] | offset of y axis |
rowplottype | PlotType | plot type of row |
Ƭ OptionsOut: OptionsOut & OptionsBaseOut