Last updated

API / geotoolkit / controls / shapes / RadarChart / RadarChart

Namespace: RadarChart

shapes.RadarChart.RadarChart

Table of contents

Type Aliases

Contents

Type Aliases

Content

Ƭ Content: Object

Content that defines the polygons in the chart

Type declaration

NameTypeDescription
dataINumericalDataSeries & AbstractDataSeriesdata to show on the chart
fillstyleFillStyle | nullfill style
highlighted?booleanhighlighted
linestyleLineStyle | nullline style
namestringname of the item

ContentOptions

Ƭ ContentOptions: Object

Object to set the polygons in the chart

Type declaration

NameTypeDescription
data?number[] | INumericalDataSeries & AbstractDataSeriesdata to show on the chart
fillstyle?Typefill style
linestyle?Typeline style
name?stringname of the item

HighlightStyleHandler

Ƭ HighlightStyleHandler: (styles: HighlightStyles) => HighlightStyles

Type declaration

▸ (styles): HighlightStyles

Callback for set the highlight style of shapes

Parameters
Name Type
stylesHighlightStyles
Returns

HighlightStyles


HighlightStyles

Ƭ HighlightStyles: Object

highlight styles

Type declaration

NameTypeDescription
axislinestyle?LineStylelinestyle for axis lines
fillstyle?FillStylefillstyle for series
labelstyle?LabelStyleOutlabel style
linestyle?LineStylelinestyle for series lines
textstyle?Typetextstyle for label

Hits

Ƭ Hits: Record<SelectedType, number[]>


LabelStyle

Ƭ LabelStyle: Object

Type declaration

NameTypeDescription
fillstyle?Typelabel background style
ispointingup?booleanlabel pointingup flag
linestyle?Typelabel border style
offset?numberlabel offset
padding?numberlabel padding
radius?numberlabel radius
visible?booleanlabels visibility

LabelStyleOut

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


Options

Ƭ 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: 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