Documentation
Getting StartedConnecting to a DatabaseProjectsQuery EditorResults & Data GridInline EditingCharts & VisualizationSchema DiagramsEXPLAIN PlansExport & ShareSSH TunnelingQuery HistorySecurity & CredentialsKeisen AIKeyboard ShortcutsTroubleshootingDatabase Guides
Charts & Visualization
Turn query results into charts with the built-in chart editor. Choose from 7 chart types and configure axes, aggregation, and styling.
Opening the chart editor
After running a query, click the chart icon in the results toolbar to switch from the data grid to the chart view.
Chart types
| Type | Description |
|---|---|
| Bar | Vertical bar chart |
| Line | Line chart with data points |
| Area | Filled area chart |
| Pie | Pie chart |
| Doughnut | Doughnut (ring) chart |
| Scatter | Scatter plot |
| Radar | Radar/polar chart |
Configuring axes
Select a column for the X axis and one or more columns as series (Y axis). The chart updates instantly as you change the configuration.
Aggregation
Apply aggregation functions to group data by the X axis value:
- None — plot raw values
- Count — count of rows per group
- Count Distinct — count of unique values
- Sum — sum of values per group
- Avg — average value per group
- Min / Max — minimum or maximum value per group
Customization
- Colors — each series gets a distinct color, customizable via the color picker
- Legend — show or hide the chart legend
- Grid — toggle background grid lines
Exporting
Click the download button to export the chart as a PNG image.