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

# Sharing charts

> Share a work-in-progress exploration or a saved chart, and download results and chart images

There are three ways to get a chart in front of your team: share the URL of an exploration in progress, share a saved chart, or download the results or an image.

## Share a draft URL

As you explore data, the URL holds a unique link to your work in progress. Copy it and anyone with access to your Lightdash project lands in the Explore view at exactly the point you're at.

The link gets long when a chart carries a lot of configuration, so use the built-in link shortener to grab a short one.

<Frame>
  <img src="https://mintcdn.com/lightdash/PptB0out6mCmbYM1/images/explore/share-charts/draft-query-link-button.png?fit=max&auto=format&n=PptB0out6mCmbYM1&q=85&s=de378304a11216c862bdc0614c2dd749" alt="The link shortener button in the Explore view" width="2550" height="1286" data-path="images/explore/share-charts/draft-query-link-button.png" />
</Frame>

## Share a saved chart

Create a new saved chart, or update an existing one, with the **Save chart** button on the chart panel. You'll have the option to [save to a space or a dashboard](/explore/explore-view#save-your-chart).

<Frame>
  <img src="https://mintcdn.com/lightdash/PptB0out6mCmbYM1/images/explore/share-charts/save-chart.png?fit=max&auto=format&n=PptB0out6mCmbYM1&q=85&s=23547a4ad7dd294f3d9067e256884d2a" alt="The Save chart button on the chart panel" width="2561" height="1240" data-path="images/explore/share-charts/save-chart.png" />
</Frame>

Everyone in your project can reach a saved chart, as long as they have access to the space you saved it to. They can find it under **Browse → All saved charts**, or you can send them the URL directly.

<Frame>
  <img src="https://mintcdn.com/lightdash/PptB0out6mCmbYM1/images/explore/share-charts/saved-charts-browse.png?fit=max&auto=format&n=PptB0out6mCmbYM1&q=85&s=c4921ec63615b7099b99b00a1b56a5e4" alt="Browsing all saved charts" width="2541" height="1662" data-path="images/explore/share-charts/saved-charts-browse.png" />
</Frame>

## Download results or a chart image

Click the export icon on a chart to download it as JPEG, PNG, SVG, PDF, or JSON, with an opaque or transparent background. You can download the file or copy it to your clipboard.

<Frame>
  <img src="https://mintcdn.com/lightdash/PptB0out6mCmbYM1/images/explore/share-charts/export-chart.png?fit=max&auto=format&n=PptB0out6mCmbYM1&q=85&s=6e9d2647e075d9a9b0668e4986879c64" alt="The chart export menu" width="2514" height="1136" data-path="images/explore/share-charts/export-chart.png" />
</Frame>

You can also download the results table as a CSV or an Excel spreadsheet, or export it to a Google Sheet if your organization has [that set up](/integrations/google-sheets).

<Frame>
  <img src="https://mintcdn.com/lightdash/PptB0out6mCmbYM1/images/explore/share-charts/export-results.png?fit=max&auto=format&n=PptB0out6mCmbYM1&q=85&s=cece5611e52972abb8cebe2637364e57" alt="The results table export menu" width="2550" height="1642" data-path="images/explore/share-charts/export-results.png" />
</Frame>

### Choosing how many rows an export contains

The download dialog also asks how the values should be written — `Formatted` keeps the table's presentation, `Raw` uses the underlying values — and, for interactive viewers and above, the **result scope**:

* `Table rows` exports exactly the rows currently loaded in the table.
* `All results` runs the query for the full result set.
* `Custom` exports the number of rows you enter.

Viewers don't get the result scope choice; their downloads contain the visible table rows.

Every export is bounded by your organization's [export limits](/workspace-admin/export-limits): a CSV or Excel file can hold at most the configured number of cells (rows × columns), so `All results` means as many rows as fit under that cap, and a custom row count above it is reduced to it. Excel files are additionally capped at 1,000,000 rows. Exporting to Google Sheets has no row choice.
