API / geotoolkit / charts / RadarChart / RadarChart
charts.RadarChart.RadarChart
Type Aliases
Ƭ Categories: Object
| Name | Type | Description |
|---|---|---|
data? | string[] | data that is the names of the categories to rate |
labelsalongcircumference? | boolean | labels drawn along outer circumference |
labelstyle? | LabelStyle | labels style |
linestyle? | Type | line style |
textstyle? | Type | labels style |
Ƭ LabelStyle: Object
labels properties
| Name | Type | Description |
|---|---|---|
fillstyle? | Type | label background style |
ispointingup? | boolean | label pointingup flag |
isrotated? | boolean | labels drawn along outer circumference |
linestyle? | Type | label border style |
offset? | number | label offset |
padding? | number | label padding |
radius? | number | label radius |
textstyle? | Type | labels style |
visible? | boolean | labels visibility |
Ƭ LabelStyleOut: Merge<LabelStyle, { fillstyle?: FillStyle ; linestyle?: LineStyle ; textstyle?: TextStyle }>
labels properties
Ƭ Options: Options & { categories?: string[] ; gridlines?: { count?: number ; linestyle?: Type ; step?: number ; visible?: boolean } ; labels?: LabelStyle ; linestyle?: Type ; modelradius?: number ; outerradius?: string | number ; outlinefillstyle?: Type ; outlinelinestyle?: Type ; outlinevisible?: boolean ; series?: { y?: SeriesWithData | SeriesWithData[] } ; startangle?: number ; x?: string | number ; y?: string | number }
Chart options
Ƭ OptionsOut: OptionsOut & { categories?: string[] ; gridlines?: { count?: number ; linestyle?: LineStyle ; step?: number ; visible?: boolean } ; labels: LabelStyleOut ; linestyle?: LineStyle ; modelradius: number ; outerradius: string | number ; outlinefillstyle: FillStyle | null ; outlinelinestyle: LineStyle | null ; outlinevisible: boolean ; series?: { y?: Series[] } ; startangle: number ; x: string | number ; y: string | number }
Ƭ Series: Series & { fillstyle?: Type ; linestyle?: Type }
Ƭ SeriesWithData: Merge<Series, { data: number[] | string[] | string }>