Interface: RadarLineSeriesOptions
Extends
RadarSeriesBaseOptions
Properties
angleField
angleField:
string
Category along the angle.
Inherited from
RadarSeriesBaseOptions.angleField
fillOpacity?
optionalfillOpacity?:number
Inherited from
RadarSeriesBaseOptions.fillOpacity
id?
optionalid?:string
Inherited from
RadarSeriesBaseOptions.id
label?
optionallabel?:Switchable&FontOptions&object
Value labels on the vertices. placement hangs the label off its point: 'outward' (the default) pushes it away from the centre along the spoke, where the web is empty whichever way the point leans; the four sides and 'inside' behave as they do on a line.
Type Declaration
formatter?
optionalformatter?: (params) =>string
Parameters
params
datum
value
number
Returns
string
placement?
optionalplacement?:RadarLabelPlacement
Inherited from
RadarSeriesBaseOptions.label
marker?
optionalmarker?:Switchable&object
Type Declaration
shape?
optionalshape?:MarkerShape
size?
optionalsize?:number
Inherited from
RadarSeriesBaseOptions.marker
name?
optionalname?:string
Inherited from
RadarSeriesBaseOptions.name
radiusField
radiusField:
string
Value along the radius.
Inherited from
RadarSeriesBaseOptions.radiusField
showInLegend?
optionalshowInLegend?:boolean
Inherited from
RadarSeriesBaseOptions.showInLegend
stroke?
optionalstroke?:string
Inherited from
RadarSeriesBaseOptions.stroke
strokeWidth?
optionalstrokeWidth?:number
Inherited from
RadarSeriesBaseOptions.strokeWidth
tooltip?
optionaltooltip?:Switchable&object
Type Declaration
renderer?
optionalrenderer?: (params) =>string|TooltipContentData
Parameters
params
RadarTooltipRendererParams
Returns
string | TooltipContentData
Inherited from
RadarSeriesBaseOptions.tooltip
type
type:
"radar-line"
visible?
optionalvisible?:boolean
Inherited from
RadarSeriesBaseOptions.visible