API / geotoolkit / widgets / BarChartWidget / BarChartWidget
widgets.BarChartWidget.BarChartWidget
Type Aliases
Type Aliases
Ƭ Data: Data & { labels?: string[] }
data object
Ƭ GridOptions: Object
| Name | Type | Description |
|---|---|---|
groups? | TickGenerator | Options | JSON with tick options for the gridgroup tick generator. |
values? | NumericTickGenerator | Options | JSON with tick options for the gridvalue tick generator. |
Ƭ 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 & { grid?: GridOptions ; minspan?: number ; mirror?: boolean ; neatlimits?: boolean ; preciselimits?: boolean ; referenceline?: ReferenceLine ; shape?: OptionsOut }
widget properties set
Ƭ ReferenceLine: Object
| Name | Type | Description |
|---|---|---|
linestyle? | Type | reference line style |
value? | number | value to display reference line at |
visible? | boolean | visibility flag |