Skip to content

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


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


Sort X-axis (sort_x)

Sort the X-axis values

Type: bool


Sort Y-axis (sort_y)

Sort the Y-axis values

Type: bool


Invert X-axis (invert_x)

Invert the X-axis

Type: bool


Invert Y-axis (invert_y)

Invert the Y-axis

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


Fill (fill)

Select a column for the color

Type: str


Opacity (opacity)

Opacity level of the chart

Type: float

Default: 1