API / geotoolkit / controls / shapes / PolarChart / PolarChart
shapes.PolarChart.PolarChart
Type Aliases
Type Aliases
Ƭ Hits: Object
| Name | Type |
|---|---|
indices | number[] |
points | { angle: number ; index: number ; value: number }[] |
series | number |
visual | PolarChart |
Ƭ Options: Options & Omit<OptionsBase, "name">
Ƭ OptionsBase: Object
polar chart options
| Name | Type | Description |
|---|---|---|
center? | Point | center point |
data? | Visual[] | to be charted in polar chart |
modelradius? | number | model radius |
name? | string | chart name |
outerradius? | number | outer radius |
polargrid? | PolarGrid | chart grid |
startangle? | number | start angle |
Ƭ OptionsOut: OptionsOut & Omit<OptionsBase, "name" | "data">
An object containing the properties to set
Ƭ Visual: Object
| Name | Type |
|---|---|
data | { angle: number[] ; radius: number[] ; selected?: boolean[] } |
data.angle | number[] |
data.radius | number[] |
data.selected? | boolean[] |
fillstyle | Type |
hightlightedsymbol? | SymbolShape |
linestyle | Type |
name? | string |
symbol? | SymbolShape |