Configure IDMP Data Visualization

IDMP color-coding and other parameters can be configured for visual display of data.

Warning: The steps below can be performed by Technical Consulting Team only. Contact your Business Development Representative for assistance to configure IDMP Data Visualization module.
To configure the data visualization:
  1. Verify that ai.calyx.ui.widget.enable parameter is set to true in insight.var file.
  2. Locate the widget.config.json file in <Drive>: \InSightManager\server\all\conf\insight folder.
  3. Verify the following main parameters:
    Parameter Description
    "colorScheme" colorScheme is used to enable or disable visual display of data. Setting colorScheme to true displays hierarchy tree and attributes in color. If colorScheme is set to false, the hierarchy tree and attributes will be displayed without color-coding. By default, this parameter is true.
    "language" The language in which the labels are displayed. By default, the language is English.
    "minCharCount" The minimum character required in the search and filter fields for the operation to process. By default, the minCharCount is 5. If "minCharCount" is changed, the search or filtering happens only after the specified number of characters are entered in the search field. If less number of characters are entered, a warning message will displayed.
    "splitter" Component used for rendering visual data. The following are the default values for splitter.
    "splitter": {"left": {"min": "30%","size": "30%"}, "right": {"min": "35%"
  4. Change the parameter values as required.
  5. Save changes.