Last updated

API / geotoolkit / charts / HeatMapChart / HeatMapChart

Namespace: HeatMapChart

charts.HeatMapChart.HeatMapChart

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Options & { colorprovider?: ColorProvider ; colplottype?: PlotType ; labels?: { textstyle?: Type ; visible?: boolean } ; max?: number ; min?: number ; offsetx?: number | number[] ; offsety?: number | number[] ; rowplottype?: PlotType ; rowsize?: number ; series?: { x?: string | number[] | Series ; y?: string | number[] | Series ; z?: string | number[] | Series } }

chart options


OptionsOut

Ƭ OptionsOut: OptionsOut & { colplottype: PlotType ; labels: { textstyle?: TextStyle ; visible?: boolean } ; max: number ; min: number ; offsetx: number | number[] ; offsety: number | number[] ; rowplottype: PlotType ; rowsize: number ; series: { x: Series ; y: Series ; z: Series } }