API / geotoolkit / controls / shapes / RoseChart / RoseChart
Type Aliases
Type Aliases
Ƭ Options: Omit<Options, "name"> & OptionsBase
options object
Ƭ OptionsBase: Object
Data to be charted in histogram
| Name | Type | Description |
|---|---|---|
center? | Point | center |
createselectedstyle? | (style: FillStyle) => FillStyle | creates fillstyle for selection |
data? | { bins?: number ; fillstyle?: Type ; fillstyles?: Type[] | Iterator<Type> ; linestyle?: Type ; linestyles?: Type[] | Iterator<Type> ; values?: number[] | SliceData[] } | data object |
data.bins? | number | bins bin count |
data.fillstyle? | Type | - |
data.fillstyles? | Type[] | Iterator<Type> | an array of fill styles |
data.linestyle? | Type | - |
data.linestyles? | Type[] | Iterator<Type> | an array of line styles |
data.values? | number[] | SliceData[] | - |
fillstyle? | Type | background fill style |
linestyle? | Type | border line style |
modelradius? | number | model radius |
name? | string | name of the rose chart diagram |
outerradius? | number | outer radius |
polargrid? | PolarGrid | polar grid |
rosemode? | RoseMode | Rosemode |
startangle? | number | start angle |
values? | number[] | values values |
Ƭ OptionsOut: Omit<OptionsOut, "name"> & Required<OptionsBase>
options object