Step-by-Step Guide to Dashboards
The following provides step-by-step guidance to creating, customizing and
using your dashboard.
The following diagram is a suggested workflow that
includes all the activities that you can perform with dashboards; however,
not all steps are required to start using your dashboard.
graph TD
A[1. Define Dashboard Purpose] --> B[2. Create Dashboard Framework]
B --> C[3. Select Appropriate Widgets]
C --> D[4. Manage Dashboard]
D --> E[5. Customize Dashboard]
E --> F[6. Design Layout]
F --> G[7. Configure Time Settings]
G --> H[8. Make Dashboard Interactive]
H --> I[9. Share Dashboards]
I --> J[10. Export to PDF]
J --> K[11. Implement Scheduled Reports]
%% Manage Dashboard Subgraph
D --> D1[Dashboard Menu Options]
D --> D2[Grant Permissions]
%% Change Dashboard Subgraph
E --> E1[Dashboard Name, Colors, Formatting]
%% Layout Features Subgraph
F --> F1[Sections]
F --> F2[Parameters Panel]
%% Time Settings Subgraph
G --> G1[Widget Time Picker]
G --> G2[Section Time Picker]
G --> G3[Live Mode and Time Zone]
%% Interactive Features Subgraph
H --> H1[Apply Basic Filters]
H --> H2[Implement Parameters]
H --> H3[Configure Interactions]
%% Share Features Subgraph
I --> I1[Create Wall Monitor Links]
%% Clickable Links
click B "dashboards-create" "Create the dashboard framework"
click C "widgets-gallery" "Select appropriate widgets"
click D "dashboards-manage" "Manage your dashboard"
click E "dashboards-edit" "Customize your dashboard"
click F "dashboards-organize" "Design the layout"
click F1 "dashboards-organize-sections" "Add sections"
click F2 "dashboards-organize-sections" "Add parameter panel"
click G "dashboards-time" "Configure the time settings"
click G1 "dashboards-time-widget-time-selector" "Configure widget time"
click G2 "dashboards-time-section-time-selector" "Configure section time"
click H1 "dashboards-interactive-filters" "Apply basic filters"
click H2 "dashboards-interactive-parameters" "Implement parameters"
click H3 "dashboards-interactive-interactions" "Explore the data deeper"
click I "dashboards-share" "Share dashboards"
click J "dashboards-pdfexport" "Export to PDF"
click K "automated-scheduled-reports" "Implement scheduled reports"
%% Styling
classDef default fill:#f9f9f9,stroke:#333,stroke-width:2px;
classDef manage fill:#e6e6ff,stroke:#333,stroke-width:2px;
classDef change fill:#ffe6ff,stroke:#333,stroke-width:2px;
classDef interactive fill:#e6f3ff,stroke:#333,stroke-width:2px;
classDef layout fill:#fff0e6,stroke:#333,stroke-width:2px;
classDef time fill:#e6ffe6,stroke:#333,stroke-width:2px;
classDef share fill:#ffe6e6,stroke:#333,stroke-width:2px;
class H1,H2,H3 interactive;
class D1,D2 manage;
class E1 change;
class F1,F2 layout;
class G1,G2,G3 time;
class I1 share;
graph TD
A[1. Define Dashboard Purpose] --> B[2. Create Dashboard Framework]
B --> C[3. Select Appropriate Widgets]
C --> D[4. Manage Dashboard]
D --> E[5. Customize Dashboard]
E --> F[6. Design Layout]
F --> G[7. Configure Time Settings]
G --> H[8. Make Dashboard Interactive]
H --> I[9. Share Dashboards]
I --> J[10. Export to PDF]
J --> K[11. Implement Scheduled Reports]
%% Manage Dashboard Subgraph
D --> D1[Dashboard Menu Options]
D --> D2[Grant Permissions]
%% Change Dashboard Subgraph
E --> E1[Dashboard Name, Colors, Formatting]
%% Layout Features Subgraph
F --> F1[Sections]
F --> F2[Parameters Panel]
%% Time Settings Subgraph
G --> G1[Widget Time Picker]
G --> G2[Section Time Picker]
G --> G3[Live Mode and Time Zone]
%% Interactive Features Subgraph
H --> H1[Apply Basic Filters]
H --> H2[Implement Parameters]
H --> H3[Configure Interactions]
%% Share Features Subgraph
I --> I1[Create Wall Monitor Links]
%% Clickable Links
click B "dashboards-create" "Create the dashboard framework"
click C "widgets-gallery" "Select appropriate widgets"
click D "dashboards-manage" "Manage your dashboard"
click E "dashboards-edit" "Customize your dashboard"
click F "dashboards-organize" "Design the layout"
click F1 "dashboards-organize-sections" "Add sections"
click F2 "dashboards-organize-sections" "Add parameter panel"
click G "dashboards-time" "Configure the time settings"
click G1 "dashboards-time-widget-time-selector" "Configure widget time"
click G2 "dashboards-time-section-time-selector" "Configure section time"
click H1 "dashboards-interactive-filters" "Apply basic filters"
click H2 "dashboards-interactive-parameters" "Implement parameters"
click H3 "dashboards-interactive-interactions" "Explore the data deeper"
click I "dashboards-share" "Share dashboards"
click J "dashboards-pdfexport" "Export to PDF"
click K "automated-scheduled-reports" "Implement scheduled reports"
%% Styling
classDef default fill:#f9f9f9,stroke:#333,stroke-width:2px;
classDef manage fill:#e6e6ff,stroke:#333,stroke-width:2px;
classDef change fill:#ffe6ff,stroke:#333,stroke-width:2px;
classDef interactive fill:#e6f3ff,stroke:#333,stroke-width:2px;
classDef layout fill:#fff0e6,stroke:#333,stroke-width:2px;
classDef time fill:#e6ffe6,stroke:#333,stroke-width:2px;
classDef share fill:#ffe6e6,stroke:#333,stroke-width:2px;
class H1,H2,H3 interactive;
class D1,D2 manage;
class E1 change;
class F1,F2 layout;
class G1,G2,G3 time;
class I1 share;