Radar chart
The radar chart is a chart that displays multivariate data in the form of a two-dimensional chart of three or more quantitative variables represented on axes starting from the same point. The data points are connected by a line to form a polygon.
Title
(title
)
Title of the chart view
Type: str
Default: Chart
Description
(description
)
Description of the chart view
Type: str
Engine
(engine
)
[Required]
Select the chart engine to use
Type: str
Default: plotly
Choices:
plotly
,
observable
,
chartjs
,
echarts
Type
(type
)
[Required]
Select the type of the chart, e.g. Line, Bar, Scatter, etc.
Type: str
Default: Line
Choices:
Bar
,
Horizontal Bar
,
Line
,
Pie
,
Doughnut
,
Scatter
,
Bubble
,
Radar
Names
(names
)
[Required]
Select a column for the names
Type: str
Values
(values
)
[Required]
Select 3 or more different categorical variables (dimensions)
Type: List[str]
Limit
(limit
)
Limit the number of rows to show in the chart
Type: int
Default: 1000