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
  1. Configurations

Tooltip(Default & Custom)

PreviousIndicators in ChartsNextData Label

Last updated 2 years ago

Check out the walk-through given below on how to Tooltip are configured in the Designer charting components.

  • The Tooltip property block is available under the component property section.

  • Tooltip block contains ‘Show Tool Tip ’, ‘Background Color ’, ‘Opacity ’, ‘Border Color ’, ‘Box Width ’, ‘Precision ’ & ‘Highlighter ’.

    • Show Tool Tip: Configures tooltip as Default, Custom, or None.

    • Background Color: Configures tooltip background color.

    • Opacity: Configures tooltip background color opacity.

    • Border Color: Configures the border color of the tooltip.

    • Box Width: Configures the width of the tooltip box it contains a select box from where width can assign to the tooltip box.

    • Precision: Configures the tooltip display data precision.

    • Highlighter: By enabling this property through the checkbox tooltip highlighted field background color change.

  • Show Tool Tip: By clicking this a model box opens which contains three radio buttons, its default selection is ‘Default ’

    • None: On selection of None, the tooltip doesn't be shown on the selected component.

    • Default: It's by default a selected tooltip, that displays the default configuration of the selected component.

    • Custom: On selection of Custom, tooltip content can be configured.

  • Custom Tool Tip: On selection of Custom, an editable text box opens.

  • Editable text box contains property buttons on top, a select box that contains all the fields of the data set, and a save and cancel button.

  • Editable text box contains selected fields of data set by default.

  • Custom Tooltip configuration

    • Additional fields can be selected from the select box.

  • Display name then field name inside the bracket, field data replaces brackets.

  • After selection of the content font properties like font color, font size, font family, etc can be changed from property buttons.

  • <htmlTag></htmlTag>: With the help of this tag, any HTML content can be passed directly into tooltip.

  • Video and image can be displayed in the tooltip through this HTML tag.

  • The field which contains video links that name would be written in the brackets after "scr=" for example src=[Field Name]. For displaying a single video or image the only link to that particular video or image need to give under "src=" for example src="https://www.bdbizviz.com/resources/images/BDB_logo.png"

  • Font Color property does not support Internet Explorer.

  • For changing the field data font property, you need to select the entire bracket otherwise value won’t be displayed in the tooltip.

Mobile Tooltip configuration

  • For Timeline, Bar, Heatmap & Pie mobile specific Tooltip is available.

  • This Tooltip works only when the component is in maximized state.

  • Default Tooltip can be enabled through this script-->

// SSDK.getWidget( 'ComponentID').m_mobiletooltipstyle = "default";ome code

​

​​

​