> ## Documentation Index
> Fetch the complete documentation index at: https://docs.open-politics.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboards

> Visualise analysis results through charts, maps, and tables

Dashboards turn annotation results into visual insights. After running a schema on your assets, explore the data through charts, maps, and tables.

<video controls width="100%">
  <source src="https://mintcdn.com/openpolitics/sQ8DyD30OddnGDSH/images/dashboard-demo.mp4?fit=max&auto=format&n=sQ8DyD30OddnGDSH&q=85&s=f812dc1410de335e0ee4535b4d909d79" type="video/mp4" data-path="images/dashboard-demo.mp4" />
</video>

## Available Panels

<CardGroup cols={2}>
  <Card title="Data Tables" icon="table">
    Filter, sort, and export individual results. Good for reviewing quality and finding specific items.
  </Card>

  <Card title="Time Series" icon="chart-line">
    Track how values change over time. Line charts, bar charts, area charts.
  </Card>

  <Card title="Geographic Maps" icon="map">
    Plot locations mentioned in documents. Requires geocoding enabled.
  </Card>

  <Card title="Distribution Charts" icon="chart-pie">
    See proportions across categories. Pie charts, histograms, bar comparisons.
  </Card>
</CardGroup>

## Default Dashboard

Every annotation run gets a default dashboard with:

* Data table showing all results

## Adding Panels

Click **Add Panel** to include additional visualizations. Each panel can be:

* Filtered to show specific subsets
* Configured for colors, labels, scales
* Exported as image or data

## Export Options

* **CSV/JSON** - The table can export as CSV, the whole run can be exported as a zip of JSON & media files.
* **Share Link** - Share a public static link to the dashboard. Logged in users can import the analysis.

<Note>
  **In Development:** Knowledge graphs, cross-panel filtering, and interactive drill-down are planned features.
</Note>
