Bar chart
The bar chart is a chart with rectangular bars with lengths proportional to the values that they represent. The bars can be plotted vertically or horizontally. For a horizontal bar chart, use the Horizontal bar chart
chart type.
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
,
Pie
,
Line
,
Scatter
,
Choropleth
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
Log-scale X-axis
(log_x
)
Use log scale for the X-axis
Type: bool
Log-scale Y-axis
(log_y
)
Use log scale for the Y-axis
Type: bool
Sort X-axis
(sort_x
)
Sort the X-axis values
Type: bool
Sort Y-axis
(sort_y
)
Sort the Y-axis values
Type: bool
Skip N/A and NULL values
(skip_null_values
)
Entries of the data with missing values will not be graphed or will be skipped
Type: bool
Limit
(limit
)
Limit the number of rows to show in the chart
Type: int
Default: 1000
Chart Title
(chart_title
)
Title of the chart itself
Type: str
Chart X axe label
(x_axis_label
)
Label for the X-axis
Type: str
Chart Y axe label
(y_axis_label
)
Label for the Y-axis
Type: str
Color
(color
)
Select a column for the color
Type: str
Animation Frame
(animation_frame
)
Select a column for the animation frame
Type: str
Opacity
(opacity
)
Opacity level of the chart
Type: float
Default: 1