Dashboard Objects
Every component in the dashboard is considered an object. The Object browser (Manage Dashboard Components) exposes properties to lock, hide, delete, duplicate, and arrange components on the dashboard.
Open the Object browser
Open the dashboard on the Dashboard canvas.
Click Manage Dashboard Components to display the browser window for the dragged Designer components.
Dashboard Objects Properties
Use the following controls in the Manage Dashboard Components panel:
Hide All
What it does: Hides all components on the dashboard.
How: Click the Hide All icon.
Per-component: To hide an individual component, enable the checkbox next to that component’s name.
Lock All
What it does: Locks all components so they cannot be moved.
How: Click the Lock All icon.
Per-component: To lock an individual component, enable the checkbox next to that component’s name.
Remove
Removing a Component
Click Manage Dashboard Components.
Click the Remove icon next to the target component.
In the confirmation dialog, click Yes. Result: The selected component gets removed from the Dashboard.
Removing all the Dashboard Components
Click Manage Dashboard Components.
Click the Remove icon for all dragged components.
In each confirmation dialog, click Yes. Result: All the dashboard components get deleted.
Duplicate
What it does: Creates a duplicate of the selected component on the canvas.
How:
Click Manage Dashboard Components.
Click the Duplicate icon next to the component. Result: The selected component gets copied.
Search
What it does: Quickly finds components in busy dashboards.
How: Use the Search bar in the Manage Dashboard Components to locate a component by name when many charting components are present.
Troubleshooting
Can’t select a component on the canvas: It may be locked. Unlock it via the Manage Dashboard Components.
Component “disappeared”: Check if it’s hidden (per-component checkbox) or behind another object; adjust arrangement as needed.
Removed the wrong item: Re-add the component from Component Library; use Duplicate and Save frequently to minimize rework.
Manage Group (Dashboard Objects)
Use Manage Group to perform bulk actions on dashboard objects from the Manage Dashboard Components panel. This mode is designed for quick layout and housekeeping tasks across many components at once.
Open Manage Group
Open the dashboard on the Designer canvas.
Click Manage Dashboard Components (Objects panel opens on the right).
Click Manage Group (top of the panel, next to Search).
The toolbar exposes group actions: Hide All, Lock All, Delete All, Duplicate.
Group actions
Hide All
Purpose: Temporarily remove selected objects from the canvas without deleting them.
Effect: Objects remain in the list with a hidden state; data and settings are preserved.
Unhide: Toggle visibility per object in the list, or rerun the action on the same selection.
Use when: Arranging overlapped items, screenshotting a clean state, or focusing on user tests.
Lock All
Purpose: Prevent moving/resizing of selected objects.
Effect: A lock icon appears for each affected object; content and interactivity remain.
Unlock: Toggle the lock per object or rerun on the same selection.
Use when: Freezing headers/frames while you reposition charts and filters.
Delete All
Purpose: Remove selected objects from the dashboard.
Confirmation: A dialog prompts you to confirm.
Recovery: Deletion cannot be undone from this panel; re-add components from Component Library (or use Undo if available in your session).
Use when: Clearing a draft layout or retiring obsolete visuals.
Duplicate
Purpose: Create copies of the selected objects, preserving layout and visual properties.
Effect: New components appear on the canvas with unique IDs and incremented names (e.g.,bar1, bar2); positions may be offset slightly to avoid overlap.
After duplication: Review Dataset/Dataset Properties and any scripts—update references if your logic targets specific component IDs.
Use when: Building repeated sections (e.g., the same chart per region) or A/B variants.
Behavior notes
What’s included: Visual properties (titles, axes, legend, colors), layout, and (typically) dataset bindings.
What to check: Cross-component scripts or actions that reference component IDs do not auto-retarget to duplicates—update manually.
Safe sequencing: Lock structural items first, then Hide areas you’re not editing, Duplicate working patterns, and Delete leftovers last.
Example workflow
Search
bar
→ only bar charts listed.Manage Group → Lock All (freeze positions).
Select two bars → Duplicate to create variants.
Hide the originals with Hide All (selection).
Validate in Preview; when satisfied, Delete All (selection) to remove the old versions.
Troubleshooting
Action affects more items than expected: Narrow the scope—filter with Search and select only target objects before running the action.
Can’t select a chart on canvas: It may be locked; unlock it from the Objects panel.
Item “disappeared”: Check if it’s hidden; toggle visibility in the list.
Duplicate created but doesn’t respond to interactions: Update event scripts or references that still point to the source component ID.