Last updated

API / geotoolkit / charts / RadarChart / RadarChart

Namespace: RadarChart

charts.RadarChart.RadarChart

Table of contents

Type Aliases

Contents

Type Aliases

Categories

Ƭ Categories: Object

Type declaration

NameTypeDescription
data?string[]data that is the names of the categories to rate
labelsalongcircumference?booleanlabels drawn along outer circumference
labelstyle?LabelStylelabels style
linestyle?Typeline style
textstyle?Typelabels style

LabelStyle

Ƭ LabelStyle: Object

labels properties

Type declaration

NameTypeDescription
fillstyle?Typelabel background style
ispointingup?booleanlabel pointingup flag
isrotated?booleanlabels drawn along outer circumference
linestyle?Typelabel border style
offset?numberlabel offset
padding?numberlabel padding
radius?numberlabel radius
textstyle?Typelabels style
visible?booleanlabels visibility

LabelStyleOut

Ƭ LabelStyleOut: Merge<LabelStyle, { fillstyle?: FillStyle ; linestyle?: LineStyle ; textstyle?: TextStyle }>

labels properties


Options

Ƭ 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: 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: Series & { fillstyle?: Type ; linestyle?: Type }


SeriesWithData

Ƭ SeriesWithData: Merge<Series, { data: number[] | string[] | string }>