pie image

This commit is contained in:
stfrigerio 2025-02-04 17:58:36 +01:00
parent ef57519178
commit ecff9d33eb
2 changed files with 5 additions and 3 deletions

View file

@ -70,12 +70,14 @@ This query will:
Create a code block labeled with `sql-chart` for visualizations. For example:
```sql-chart
table: Tasks
table: Time
chartType: pie
categoryColumn: priority
valueColumn: completed
categoryColumn: tag
valueColumn: duration
```
![Pie Chart](./assets/pie-chart.png)
## Query Parameters
Below is a list of available parameters you can use in your SQL blocks:

BIN
assets/pie-chart.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB