Dashboard¶
Dashboard displays visual reports related to functionality on the same interface, building data insight scenarios through multi-dimensional data analysis. You can start constructing visualization scenarios by creating a blank dashboard or importing a custom template, and comprehensively monitor data metrics from different sources using methods such as adding charts, time widgets, keyword searches, and label filtering.
Create¶
You can create a dashboard in three ways.
Directly create a blank dashboard;
Import a custom template;
Select a view from the built-in template library.
Blank Dashboard¶
- Define the name of the current dashboard;
- Define the ID of this dashboard;
- Input the description content for this dashboard as needed;
- Select labels for easier grouping management later;
- Choose the visibility scope for the current dashboard;
- Click confirm to successfully create it.
Identifier ID¶
This ID is defined as identifier
, used to ensure the uniqueness of the dashboard or view.
Use Cases¶
It can be used to configure the chart's jump link, thus achieving unique positioning.
Define the dashboard identifier ID as abc
. In the final exported JSON file, the parameter will be: "identifier": "abc"
When configuring the jump link for the chart, add the dashboard link with the identifier ID abc
as:
Besides dashboards, views are also applicable:
// The type field optional values: inner (user view), sys (system view). Defaults to inner if not provided:
/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: Open to all members within the workspace;
- Visible only to oneself: Only visible to the creator;
- 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¶
- Define the name of the current dashboard;
- Define the ID of this dashboard;
- Input the description content for this dashboard as needed;
- Upload a custom JSON file for the view template;
- Select labels for easier grouping management later;
- Choose the visibility scope for the current dashboard;
- Click confirm to successfully create it.
Built-in Template Library¶
Ready-to-use, including system views and user views.
- The dashboard name defaults to the name of the currently selected view, but can be changed as needed;
- Define the ID of this dashboard;
- Input the description content for this dashboard as needed;
- Select labels for easier grouping management later;
- Choose the visibility scope for the current dashboard;
- Click confirm to successfully create it.