Documentation

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

TypeDescription
BarVertical bar chart
LineLine chart with data points
AreaFilled area chart
PiePie chart
DoughnutDoughnut (ring) chart
ScatterScatter plot
RadarRadar/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.