API / geotoolkit / controls / shapes / TornadoChart / TornadoChart
shapes.TornadoChart.TornadoChart
Type Aliases
Type Aliases
Ƭ Data: Object
data object defining the data
| Name | Type | Description |
|---|---|---|
label? | string[] | labels |
left? | number[] | leftData |
right? | number[] | rightData |
sort? | SortMode | string | Determines if the data will be sorted or not. |
Ƭ Hits: Object
| Name | Type |
|---|---|
left? | number |
right? | number |
Ƭ Options: Options & { autogradient?: boolean ; bounds?: Rect ; createselectedstyle?: (style: ColoredStyle) => FillStyle ; data?: Data ; drawlabels?: boolean ; label?: string[] ; labelposition?: TextPlacement ; left?: number[] ; leftfillstyle?: Type ; leftlinestyle?: Type ; lefttextstyle?: Type ; linestyle?: Type ; right?: number[] ; rightfillstyle?: Type ; rightlinestyle?: Type ; righttextstyle?: Type ; sort?: SortMode ; spacing?: number }
Ƭ OptionsOut: Merge<OptionsOut, { autogradient: boolean ; bounds: Rect ; drawlabels: boolean ; labelposition: TextPlacement ; leftfillstyle: FillStyle | null ; leftlinestyle: LineStyle | null ; lefttextstyle: TextStyle | null ; linestyle: LineStyle | null ; rightfillstyle: FillStyle | null ; rightlinestyle: LineStyle | null ; righttextstyle: TextStyle | null ; sort: SortMode | string ; spacing: number }>
properties