Last updated

API / geotoolkit / charts / TornadoChart / TornadoChart

Namespace: TornadoChart

charts.TornadoChart.TornadoChart

Table of contents

Type Aliases

Contents

Type Aliases

Options

Ƭ Options: Options & { autogradient?: boolean ; createselectedstyle?: (style: ColoredStyle) => FillStyle ; drawlabels?: boolean ; labelposition?: TextPlacement ; linestyle?: Type ; series?: { labels?: string ; left?: SeriesWithData ; right?: SeriesWithData } ; sort?: SortMode ; spacing?: number }

chart options


OptionsOut

Ƭ OptionsOut: OptionsOut & { autogradient: boolean ; drawlabels: boolean ; labelposition: TextPlacement ; linestyle: LineStyle ; series?: { labels?: string ; left?: SeriesOut ; right?: SeriesOut } ; sort: SortMode ; spacing: number }


Series

Ƭ Series: Series & { fillstyle?: Type ; limit?: number ; linestyle?: Type ; textstyle?: Type ; visible?: boolean }


SeriesWithData

Ƭ SeriesWithData: Merge<Series, { data: number[] | string }>