Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions guides/developer/sql-runner.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@ Once you've configured your chart, you can save it, add it to a space, and add i

SQL runner charts on a dashbaord can be filtered in the UI. See the [filter documentation](/guides/limiting-data-using-filters) for more information.

### Chart types

The SQL runner supports the following chart types:

* Table
* Bar chart
* Line chart
* Pie chart
* Big number

## Limitations

### ORDER BY not guaranteed
Expand Down
Loading