Scatter plot
The scatter plot is a chart that uses Cartesian coordinates to display values for two variables for a set of data. The data points are represented as individual dots.
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
Size Max
(size_max)
Maximum size of dots or bubbles
Type: int
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
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
Opacity
(opacity)
Opacity level of the chart
Type: float
Default: 1