Pie chart
The pie chart is a circular statistical graphic that is divided into slices to illustrate numerical proportions. The arc length of each slice is proportional to the quantity it represents.
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
Values
(values
)
[Required]
Select a column for the values
Type: str
Names
(names
)
[Required]
Select a column for the names
Type: str
Opacity
(opacity
)
Opacity level of the chart
Type: float
Default: 1
Limit
(limit
)
Limit the number of rows to show in the chart
Type: int
Default: 1000