Manage tabs

Follow the instructions below to add and rearrange tabs on your dashboards or move charts and selectors between tabs.

Add tabs to your dashboard

  1. Open your dashboard.

  2. In the upper-right corner of the page, click EditTabs.

  3. Click + Add to create a new tab.

  4. Drag and drop tabs to rearrange them.

  5. Click Save.

Note

This configuration is a segment in the overall description of Visualization assets in the workbook. For the complete tutorial, see Use Visualization API.

Tabs are described as a structural element of a dashboard. They work as containers for Visualization asset element containers. For example, charts_container.

The description of a tab includes:

  1. title - the title of your tab. It will show if your dashboard contains more than a single tab.

  2. id - the id of your tab. It must be unique within the workbook.

  3. items - the section where you put the descriptions of all the element containers belonging to the tab.

API example
- name: main_dash
dashboard:
   tabs:
   - title: Default
      id: default
      items:

For more information on how to describe items, see Create a dashboard.

Edit tabs

  1. Open your dashboard.

  2. In the upper-right corner of the page, click EditTabs.

  3. Click , and then Rename, Duplicate or Delete to perform a corresponding action.

Move charts and selectors between tabs

To transfer a chart, selector, or another widget from one tab to another, do the following:

  1. In the upper-right corner of the chart, selector, or widget you want to move, click Copy.

  2. Open the target tab and click AddInsert widget.

  3. Delete the chart or selector in the initial tab.

Reorder widgets within the tab for the mobile version

  1. Open your dashboard.

  2. In the upper-right corner of the page, click EditTabs.

  3. To the right of the tab name for which you want to rearrange the widgets, click Widget order

  4. Drag and drop the widget titles on the list and click Apply.