Last updated

API / geotoolkit / controls / shapes / TornadoChart / TornadoChart

Namespace: TornadoChart

shapes.TornadoChart.TornadoChart

Table of contents

Type Aliases

Contents

Type Aliases

Data

Ƭ Data: Object

data object defining the data

Type declaration

NameTypeDescription
label?string[]labels
left?number[]leftData
right?number[]rightData
sort?SortMode | stringDetermines if the data will be sorted or not.

Hits

Ƭ Hits: Object

Type declaration

NameType
left?number
right?number

Options

Ƭ 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

Ƭ 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