API / geotoolkit / controls / shapes / RadarChart / RadarChart
shapes.RadarChart.RadarChart
Type Aliases
Type Aliases
Ƭ Content: Object
Content that defines the polygons in the chart
| Name | Type | Description |
|---|---|---|
data | INumericalDataSeries & AbstractDataSeries | data to show on the chart |
fillstyle | FillStyle | null | fill style |
highlighted? | boolean | highlighted |
linestyle | LineStyle | null | line style |
name | string | name of the item |
Ƭ ContentOptions: Object
Object to set the polygons in the chart
| Name | Type | Description |
|---|---|---|
data? | number[] | INumericalDataSeries & AbstractDataSeries | data to show on the chart |
fillstyle? | Type | fill style |
linestyle? | Type | line style |
name? | string | name of the item |
Ƭ HighlightStyleHandler: (styles: HighlightStyles) => HighlightStyles
▸ (styles): HighlightStyles
Callback for set the highlight style of shapes
| Name | Type |
|---|---|
styles | HighlightStyles |
Ƭ HighlightStyles: Object
highlight styles
| Name | Type | Description |
|---|---|---|
axislinestyle? | LineStyle | linestyle for axis lines |
fillstyle? | FillStyle | fillstyle for series |
labelstyle? | LabelStyleOut | label style |
linestyle? | LineStyle | linestyle for series lines |
textstyle? | Type | textstyle for label |
Ƭ Hits: Record<SelectedType, number[]>
Ƭ LabelStyle: Object
| Name | Type | Description |
|---|---|---|
fillstyle? | Type | label background style |
ispointingup? | boolean | label pointingup flag |
linestyle? | Type | label border style |
offset? | number | label offset |
padding? | number | label padding |
radius? | number | label radius |
visible? | boolean | labels visibility |
Ƭ LabelStyleOut: Merge<LabelStyle, { fillstyle?: FillStyle ; linestyle?: LineStyle }>
Ƭ Options: Options & { categories?: { data?: string[] ; labelsalongcircumference?: boolean ; labelstyle?: LabelStyle ; linestyle?: Type ; textstyle?: Type } ; center?: Point | Options ; content?: ContentOptions[] ; gridlines?: { count?: number ; linestyle?: Type ; step?: number ; visible?: boolean } ; modelradius?: number ; outerradius?: number ; outlinevisible?: boolean ; startangle?: number }
RadarChart parameters object
Ƭ OptionsOut: OptionsOut & { categories?: { data?: string[] ; labelsalongcircumference?: boolean ; labelstyle?: LabelStyleOut ; linestyle?: LineStyle ; textstyle?: TextStyle } ; center?: { x: number ; y: number } ; content?: Content[] ; gridlines?: { count?: number ; linestyle?: LineStyle ; step?: number ; visible?: boolean } ; modelradius?: number ; outerradius?: number ; outlinevisible?: boolean ; startangle?: number }
object containing the properties