Skip to content

Quick Creation of Dashboards


Dashboards display visual reports related to specific functionalities on the same interface, building data insight scenarios through multidimensional data analysis. You can start constructing visualization scenarios by either creating a blank dashboard or importing custom templates, and comprehensively monitor data metrics from different sources by adding charts, time widgets, keyword searches, label filters, etc.

Use Cases

  • Monitoring core data: centralized display of key performance indicators in chart form
  • Real-time data analysis: provides real-time data and historical trend analysis
  • Unified monitoring components: integrates data from different services, applications, and infrastructures for unified monitoring
  • Supports collaborative sharing: facilitates members to create, share, and collaborate on dashboards

Create

You can create a dashboard in three ways.

Directly create Blank Dashboard;

Import Custom Template;

Select a view from the Built-in Template Library.

Blank Dashboard

  1. Define the name of the current dashboard;
  2. Define the ID of this dashboard;
  3. Enter the description content for this dashboard as needed;
  4. Select Labels for easier grouping management later;
  5. Choose the Visibility Scope of the current dashboard;
  6. Click confirm to successfully create it.

Identifier ID

This ID is defined as identifier, used to determine the uniqueness of the dashboard or view.

Use Cases

It can be used to configure the Jump Link for the chart to achieve unique positioning.

Define the identifier ID of the dashboard as abc. In the final exported JSON File, the parameter will be: "identifier": "abc"

When configuring jump links for the chart, add the dashboard link with the identifier ID abc:

/scene/dashboard/dashboardDetail?identifier=abc

Besides dashboards, views are applicable as well:

// Optional values for the type field: inner (user view), sys (system view). Defaults to inner if not specified:
/scene/builtinview/detail?identifier=abc&type=sys // System View
/scene/builtinview/detail?identifier=abc&type=inner // User View
/scene/builtinview/detail?identifier=abc // User View

Visibility Scope

The visibility scope of the dashboard includes:

  • Public: accessible to all members within the workspace;
  • Only visible to yourself: only the creator can view it;
  • Custom: restricts the visibility scope to specific members.
Note
  • Non-public dashboards shared via links are invisible to non-creators;
  • This switch only controls whether the current dashboard is public or not, and does not affect other rules.

Custom Template

  1. Define the name of the current dashboard;
  2. Define the ID of this dashboard;
  3. Enter the description content for this dashboard as needed;
  4. Upload a custom view template JSON file;
  5. Select Labels for easier grouping management later;
  6. Choose the Visibility Scope of the current dashboard;
  7. Click confirm to successfully create it.

Built-in Template Library

Ready-to-use, including System Views and User Views.

  1. The dashboard name defaults to the name of the currently selected view, which can be changed as needed;
  2. Define the ID of this dashboard;
  3. Enter the description content for this dashboard as needed;
  4. Select Labels for easier grouping management later;
  5. Choose the Visibility Scope of the current dashboard;
  6. Click confirm to successfully create it.

Feedback

Is this page helpful? ×