Filter Components
Filter components allow users to interactively control data visualizations and dashboards by applying dynamic filtering logic through variable-based selections.
π¨ Widget Customizations
All filter components share these customization sections:
Group | Description |
---|---|
General | Modify the chartβs general appearance, including the background color, borders, shadows, and drill-out choices. |
Title | Enable and customize chart title text, alignment, font, and color. |
ποΈ Filters Which Require Configuration
These filters need specific configuration via the Widget Configuration tab in the Customize panel to work properly.
π Basic Configuration
Configuration Item | Description |
---|---|
Source | Source providing the data for measures and dimensions. |
Dimension | Label or category fields. |
π Drop Down Filter
A customizable multi-select or single-select dropdown filter component that dynamically populates options from a selected Dimension.
Key Features:
- Binds to a Dimension in your data setup.
- Multi-select with optional limit on number of selections.
- Searchable, clearable, supports pasting multiple values for batch filtering.
- Fully customizable size, variant, padding, colors, and dropdown position.
π Check List Filter
A filter component rendering a checklist of selectable options populated dynamically from a Dimension.
Key Features:
- Binds to a Dimension in your data.
- Supports multi-select or single-select modes.
- Customizable orientation, checkbox size, label position, and color.
- Scrollable container for long lists.
ποΈ Hierarchy Drop Down Filter
A filter component rendering a cascading hierarchy of dropdowns, dynamically fetching dimension values based on parent selection.
Key Features:
- Binds to a Dimension and optionally its hierarchical levels.
- Supports loading child filters based on parent filter selection.
- Customizable dropdown styling and searchability.
- Clearable and responsive to upstream changes.
ποΈ Filters Which Do Not Need Configuration
These filters work immediately without requiring additional configuration.
π Infoveave Date Range Picker
A standalone date range selector allowing users to filter the board data by date ranges, with optional predefined periods like Years, Months, etc.
Key Features:
- Filters board data by a selected date range.
- Includes quick period shortcuts (Years, Quarters, Months, Weeks, Days).
- Two-way binding with board-level date settings β updates reflect instantly across dependent elements.
ποΈ Date Range Slider
A visual date range selector allowing users to filter the board by choosing a start and end date via a draggable slider interface.
Key Features:
- Board-level date range filter using a horizontal slider.
- Displays customizable tick marks, labels, thumb icons, and track styling.
- Supports auto-aligned or custom-positioned labels.
- Updates
BoardDates
property on range change β instantly affecting visuals.
ποΈ Quick Date Dropdown
A convenient dropdown filter allowing users to quickly select predefined date ranges, directly updating the boardβs active date range.
Key Features:
- Dropdown list of standard quick date options (Today, Yesterday, Last 7 Days, etc.).
- Includes a Custom entry for manual date selection.
- On selection, updates the boardβs
BoardDates
property globally.