Skip to content

Pie chart

The bar chart is a chart with rectangular bars with lengths proportional to the values that they represent.

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, Line, Pie


Names (names) [Required]

Select a column for the names

Type: str


Values (values) [Required]

Select a column for the values

Type: str


Rose chart (rose_chart)

Render chart as a rose chart

Type: bool


Inner radius (inner_radius)

Set the inner radius of the pie chart

Type: int


Outer radius (outer_radius)

Set the outer radius of the pie chart

Type: int

Default: 100


Limit (limit)

Limit the number of rows to show in the chart

Type: int

Default: 1000