mirror of
https://github.com/stfrigerio/sqliteDB.git
synced 2026-07-22 05:38:02 +00:00
pie image
This commit is contained in:
parent
ef57519178
commit
ecff9d33eb
2 changed files with 5 additions and 3 deletions
|
|
@ -70,12 +70,14 @@ This query will:
|
||||||
Create a code block labeled with `sql-chart` for visualizations. For example:
|
Create a code block labeled with `sql-chart` for visualizations. For example:
|
||||||
|
|
||||||
```sql-chart
|
```sql-chart
|
||||||
table: Tasks
|
table: Time
|
||||||
chartType: pie
|
chartType: pie
|
||||||
categoryColumn: priority
|
categoryColumn: tag
|
||||||
valueColumn: completed
|
valueColumn: duration
|
||||||
```
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Query Parameters
|
## Query Parameters
|
||||||
|
|
||||||
Below is a list of available parameters you can use in your SQL blocks:
|
Below is a list of available parameters you can use in your SQL blocks:
|
||||||
|
|
|
||||||
BIN
assets/pie-chart.png
Normal file
BIN
assets/pie-chart.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Loading…
Reference in a new issue