Governed Dashboards
  • About Dashboard Designer
    • What is Dashboard Designer?
    • Why is it used?
  • Getting Started
    • Accessing the Designer Module
    • Overview of Designer Module
      • Homepage
        • Guided Tour
        • Left Menu Panel
          • New
          • Manage
          • Open Dashboard
          • Preferences
          • Save As
          • Help
          • Exit
      • Dashboard Canvas Page
        • Right side Panel
          • Connection Page
          • Chart Container
          • Manage Window
          • Script Window
          • Guided Tour
        • Canvas Properties
        • Context Menu Properties
  • Create New Workspace
    • Workspace Creation: Complete Flow
    • Creating a Workspace
    • Renaming a Workspace
    • Deleting a Workspace
  • Create New Dashboard
    • Dashboard Creation: Complete Flow
    • Adding a New Dashboard
    • Create Connection
    • Drag and Drop Charts
    • Associate the Dataset
    • Preview the Dashboard
    • Save the Dashboard
    • User Alert Notification
  • Managing Options for a Dashboard
    • Open Dashboard in Designer
    • Publish a Dashboard
    • Share a Dashboard
    • Dashboard Version Control
    • Action Menu
      • Preview Dashboard
      • Export to Local Disk
      • Rename
      • Delete
      • Moving a Dashboard
      • Information Icon
      • Dashboard as Template
  • Connecting to a Data Source
    • Accessing the Data Connectors
    • Establishing a Data Connection
      • CSV Connection
      • Excel Connection
      • Data Service Connection
      • Data Science Service
      • Data Store Connection
      • Data Sheet
        • Data Sheet Enhancements
      • WebSocket Connection
      • Merged Connection
  • Charts Gallery
    • Charts
      • Area chart
      • Bar Chart
      • Bubble Chart
      • Circumplex Chart
      • Column Chart
      • Funnel Chart
      • Histogram Chart
      • Inverted Funnel
      • KPI Tile
      • Line Chart
      • Map Chart
      • Mito Plot
      • Mixed Chart
      • Pie Chart
      • Project Timeline
      • Pyramid Chart
      • Spark Line
      • Scatter Plot
      • Spider Chart
      • Waterfall Chart
    • Grids
      • Data Grid
      • Paging Grid
      • Data Sheet
      • Scorecard
      • Pivot Grid
    • Filters
      • Checkbox
      • Combobox
      • Hierarchical Combobox
      • List
      • Radio Button
    • Advanced Charts
      • Box Plot
      • Candle Stick
      • Chevron
      • Data Search
      • Decision Tree
      • Group Bar
      • Group Column
      • Heat Map
      • Text Analyzer
      • Time Series
      • Decomposition
      • Tree Map
      • Trellis
      • Word Cloud
    • Other Charts
      • Box
      • Bullet
      • Date Picker
      • Export
      • Filter Chips
      • Filter Saver
      • Gauge
      • Graphics
      • Guided Tour
      • H-Slider
      • Image
      • Info Button
      • Label
      • Legend
      • Progress Pie
      • Semi Gauge
      • Stepper
      • SVG Image
      • Text Box
      • Trend
      • URL Button
      • V-Slider
      • Tab Component
      • Inputbox component
      • Button component
    • Custom Charts
    • Common Chart Properties
      • Background
      • Title & Sub-title
      • X & Y Axis Properties
      • Legend Properties
      • Formatter
      • Axis Setup
      • Export Options
  • Dashboard Objects
    • Manage Dashboard Components
    • Dashboard Objects Properties
  • Configurations
    • Filtering the Data
    • Drill Through
    • Dataset Properties
    • Indicators in Charts
    • Tooltip(Default & Custom)
    • Data Label
    • Geo Mapping
    • Language Mapping
    • Legend Mapping
    • Alerts in Grids
  • Script Help Section
    • Navigate to Script Help page
    • How to use Scripts?
Powered by GitBook
On this page
  • Default Component Image
  • Properties of the Filer Chips
  • Background
  • General
  • Chips Style
  • Title
  • Background
  • Style
  • Steps to use the Filter Chips Component
  1. Charts Gallery
  2. Other Charts

Filter Chips

PreviousExportNextFilter Saver

Last updated 2 years ago

Check out the given illustration on Filter Chips component.

The Filter Chips component provides two-way communication between the filter chips component and all associated filters.

Filters that can be associated with Filter chips component: Combo-filter, List Filter, Radio Button, and Hierarchical Filter.

Please Note: The Filter Chips component supports only Single select and multi-select types with Combo-filter.

Default Component Image

Properties of the Filer Chips

Background

  • The user can get the reflection of the chart by enabling the shadow option.

  • The user can also change the color and increase or decrease the transparency of the shadow.

General

  • The user can change the height, width, top, and left.

  • If initial visibility is not enabled, then the chart won’t be available for the first preview.

  • If Show Additional Filter is enabled, then the additional button will render the display of extra filter values in the drop-down.

  • First, the user needs to make the connection between the filters and the Filter Chips component by connecting them in the Associate Chart section.

Chips Style

The user can change the background color, and remove the button color, text color, and component background color.

Title

The user can change the filter chips title, additional button title, and drop-down pop title in this section.

Background

The user can set the gradient Rotation, opacity, Gradient color, Border, Border Color, Border Radius, Shadow, Shadow Color, and Shadow Transparency using this section.

Style

The user can set the font size, font color as well as font style-weight-family and text decoration using this section.

Steps to use the Filter Chips Component

  • Drag the Filter chips component in a dashboard such that filters are available.

  • Click on the Associate Filter option from the General Properties.

  • The Associate Filter dialog box opens.

  • Select the filters to be associated with the filter chips.

  • Click the Save option.

  • Add the required script in the filter chips script pane.

  • Drag the label component for updating the filter chip components with selected filters.

  • Add the sdk.updateFilterChips('filterchips_ID') in label script pane with required connections reload.

  • Preview the dashboard.

  • Select the filters and click on the label component for triggering the filter chips component.

Check out a demo video on the Filter Chips component as given below.

​

​

​

​

​

End-to-end Demo on the Filter Chips Component