Bar 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
X Axis
(x
)
[Required]
Select a column for the X-axes
Type: str
Y Axis
(y
)
[Required]
Select a column for the Y-axis
Type: str
Limit
(limit
)
Limit the number of rows to show in the chart
Type: int
Default: 1000