← All help

Charts

Build bar, line, pie and other charts from your layer data with the Chart Studio.

Chart Studio turns your layer data into charts that live with the map and update as the data changes.

Open Chart Studio to see the charts saved with the active map. Each card shows a live mini-preview and lets you Expand it to full-window, open it to edit, or Delete it. New chart starts a fresh one.

Building a chart

Pick a typeBar, Line, Area, Pie, Scatter or Histogram — then build it visually:

  • Layer — the data source.
  • Aggregation — Count, Sum, Average, Min, Max, or No aggregate (raw rows).
  • X field (category) and Y field (value); Series field for grouped/multi-series charts.
  • A WHERE clause to filter rows, and a Limit. Histograms add a bin width.

SQL mode

Switch to SQL to write the query by hand, with the same function reference and snippets as the SQL console, then map the result columns to the X, Y and Series keys.

Save & expand

Save stores the chart with the map (so it syncs and shares with it); Expand opens a full-window view. Charts re-run against the current data, so they stay current as you edit.

Next steps