Scatter Chart
Type: scatter-chart
Scatter chart driven by DuckDB SQL query.
Supports children: No
A scatter chart powered by DuckDB SQL. Query must return x and y numeric columns.
Example
{
"type": "scatter-chart",
"props": {
"sql": "SELECT price AS x, rating AS y FROM {{listings}}",
"title": "Price vs. Rating"
}
}
Every widget is defined as { "type": "scatter-chart", "props": { ... } }. The properties below describe the props object.
Props
Loading ....
Raw schema
Download the full schema file: /widget-schema/scatter-chart.json