diff --git a/README.md b/README.md index 99b61dc..0bce0a5 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/assets/pie-chart.png b/assets/pie-chart.png new file mode 100644 index 0000000..1beecca Binary files /dev/null and b/assets/pie-chart.png differ