Last updated

API / geotoolkit / widgets / BarChartWidget / BarChartWidget

Namespace: BarChartWidget

widgets.BarChartWidget.BarChartWidget

Table of contents

Type Aliases

Contents

Type Aliases

Data

Ƭ Data: Data & { labels?: string[] }

data object


GridOptions

Ƭ GridOptions: Object

Type declaration

NameTypeDescription
groups?TickGenerator | OptionsJSON with tick options for the gridgroup tick generator.
values?NumericTickGenerator | OptionsJSON with tick options for the gridvalue tick generator.

Options

Ƭ Options: Options & { annotations?: AnnotationOptions ; axistitles?: { east?: string ; north?: string ; south?: string ; west?: string } ; grid?: { groups?: TickGenerator | Options ; values?: NumericTickGenerator | Options } ; minspan?: number ; mirror?: boolean ; neatlimits?: boolean ; preciselimits?: boolean ; referenceline?: ReferenceLine ; shape?: Options }

widget options set


OptionsOut

Ƭ OptionsOut: OptionsOut & { grid?: GridOptions ; minspan?: number ; mirror?: boolean ; neatlimits?: boolean ; preciselimits?: boolean ; referenceline?: ReferenceLine ; shape?: OptionsOut }

widget properties set


ReferenceLine

Ƭ ReferenceLine: Object

Type declaration

NameTypeDescription
linestyle?Typereference line style
value?numbervalue to display reference line at
visible?booleanvisibility flag