Skip to main content
Version: v0.1.0

Sharing, Preview, and Duplication

This guide explains how to preview a completed dashboard and duplicate it for reuse.

Dashboard Sharing

Coming Soon

The dashboard sharing feature is currently under development. The Share button is displayed on the list and preview pages, but it is not yet functional. The following features will be added in the future:

  • Specify sharing targets by user/group
  • Distinguish between Viewer and Editor permissions
  • Direct access via shared links
  • Filtering through the Shared tab in the dashboard list

Preview

The preview (/dashboard/:id) is a read-only environment optimized for viewing and analyzing data without editing widgets.

How to Access Preview

  • Click a card in the dashboard list.
  • Click the Preview button from edit mode.

Available Actions in Preview

FeatureDescription
Change Date RangeAdjust the viewing period using date presets at the top (Last 7 days, Last 30 days, Custom)
Custom DateSelect Custom from the presets to specify start/end dates directly with the DatePicker
Switch to Edit ModeClick the Edit button to go to the dashboard builder
Refresh DataClick the refresh button to fetch the latest data immediately
Table SortingChange column sorting in DataTable widgets
Table PaginationNavigate pages in DataTable widgets
note

In preview mode, you cannot add, delete, move, or resize widgets. Switch to edit mode if modifications are needed.

Date Range Filter

A date range filter is displayed at the top of the preview. The selected date range is automatically propagated to all widgets in the dashboard.

PresetRange
Last 7 days7 days ago ~ present
Last 30 days30 days ago ~ present
CustomSelect start/end dates directly with the DatePicker

For widgets using query mode, the date filter is applied through the $from and $to variables. For more details, refer to the Data Configuration documentation.

Dashboard Duplication

You can duplicate an existing dashboard to use as a starting point for a new one.

How to Duplicate

  1. Click the ... menu on the dashboard you want to duplicate in the list.
  2. Select Duplicate.
  3. All widgets, data settings, and layout from the original dashboard are copied as-is.
tip

When you need to create multiple similar dashboards, the duplicate feature can significantly reduce repetitive work. For example, if you need KPI dashboards with the same structure for each department, create one, duplicate it, and then just change the data source.