Line 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 one or more columns for the Y-axis
Type: List[str]
Step
(step
)
[Required]
Render chart as a step chart
Type: str
Default: Normal
Choices:
Normal
,
Start
,
Middle
,
End
Area chart
(area_chart
)
Render chart as an area chart
Type: bool
Smooth
(smooth
)
Smooth the line
Type: bool
Limit
(limit
)
Limit the number of rows to show in the chart
Type: int
Default: 1000