Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 20 additions & 5 deletions guides/version-history.mdx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "Chart version history"
title: "Version history"
sidebarTitle: Version history
description: You can easily roll back to previous versions of charts in Lightdash.
description: Roll back to previous versions of charts and dashboards in Lightdash.
---

## Charts


## Exploring version history
### Exploring version history

To access version history, click on the `Version History` option under the three dot menu when viewing or editing a chart.

Expand All @@ -30,7 +30,22 @@ Lightdash saves all iterations of your chart, so reverting to a previous version
</Frame>


### Missing some versions?
## Dashboard + charts

Rolling back a dashboard to a previous version rolls back every chart inside it as well, not just the layout, filters, and tile positions. Pick any point in your dashboard's history and get the exact view your users saw back then: same chart configs, same fields, same formatting.

To roll back a dashboard:

1. Open the dashboard you want to restore.
2. Click the three-dot menu and select **Version History**.
3. Browse previous versions and click one to preview it.
4. When you find the version you want, click the three-dot menu next to it and select **Restore**.

<Note>
Restoring a dashboard version also restores every chart that was part of that version. Any changes made to those charts after the selected version will not appear once you roll back.
</Note>

## Missing some versions?

Version History is limited depending on the tier of Lightdash Cloud you're using:

Expand Down
Loading