[Index]

Model: data/DashboardWidgetChartChord

Data model for dashboard chord chart widget.

Model Details: data/DashboardWidgetChartChord

Title Description Details
Data Settings Group Assigned by FDP
  • Field Name: Data Settings
  • Type: Object
Title * The title to be displayed for this widget.
  • Field Name: Data Settings.title
  • Type: String
Description Provide a useful description for this widget.
  • Field Name: Data Settings.description
  • Type: String
Condition Only show this widget if this condition evaluates to true.
  • Field Name: Data Settings.condition
  • Type: String
Data Source The source from which the data for this column chart is obtained. Default: LXT0
  • Field Name: Data Settings.datasource
  • Type: String
  • Default: LXT0
Data Source Instance Specify Data Source Instance
  • Field Name: Data Settings.datasourceInstance
  • Type: String
  • Target: data/DashboardDatasource
  • Format: uri
Allow Data Source Selection on Dashboard Specify that the Data Source Instance can be modified on Dashboard. Default: True
  • Field Name: Data Settings.allowDatasourceSelection
  • Type: Boolean
  • Default: True
Resource Specify resource
  • Field Name: Data Settings.resource
  • Type: String
  • Target: data/ReporterResource
  • Target attr: name
  • Format: uri
Fields Specify the fields from the resource to be used in the chart.
  • Field Name: fields.[n]
  • Type: Array
Field Name This is the field name.
  • Field Name: Data Settings.fields.[n].ruleName
  • Type: String
  • Choices: []
Friendly Name Specify a friendly name to be used in the chart.
  • Field Name: Data Settings.fields.[n].headerName
  • Type: String
Field Type This is the field type
  • Field Name: Data Settings.fields.[n].ruleTypeString
  • Type: String
Operation Select the operation to be performed on the field.
  • Field Name: Data Settings.fields.[n].operation
  • Type: String
  • Choices: []
Value Mapping Select the value mapping to display user-friendly values. This will override the resource value mapping if one exists. To use the raw value, select 'NO MAPPING'.
  • Field Name: Data Settings.fields.[n].value_mapping
  • Type: String
Filters Specify filters to be applied to the data.
  • Field Name: filters.[n]
  • Type: Array
Field Name Specify Field Name
  • Field Name: Data Settings.filters.[n].ruleName
  • Type: String
  • Choices: []
Operation Specify operation
  • Field Name: Data Settings.filters.[n].operation
  • Type: String
  • Choices: []
Filter Value Specify filter value
  • Field Name: Data Settings.filters.[n].filterValue
  • Type: String
Sorts Specify sorts to be applied to the fields.
  • Field Name: sorts.[n]
  • Type: Array
Field Name Select the field name to sort by.
  • Field Name: Data Settings.sorts.[n].ruleName
  • Type: String
  • Choices: []
Sort Type Select the sort type
  • Field Name: Data Settings.sorts.[n].sort
  • Type: Integer
  • Choices: ["Ascending", "Descending"]
Chart Options Group Assigned by FDP
  • Field Name: Chart Options
  • Type: Object
Series Limit The maximum number of groups to display on the chart Default: 0
  • Field Name: Chart Options._groupingLimit
  • Type: String
  • Default: 0
  • Choices: ["All", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "15", "20", "25", "30", "40", "50", "60", "70", "80", "90", "100", "200", "300", "400", "500", "1000", "10000", "50000", "100000"]
Description Specify description
  • Field Name: Chart Options.description
  • Type: String
Chart Settings Chart Settings
  • Field Name: settings
  • Type: Object
Description Specify description
  • Field Name: Chart Options.settings.description
  • Type: String
Chart Color Mapping Specify chart color mapping
  • Field Name: Chart Options.settings.chartColorMapping
  • Type: String
  • Target: data/DashboardColorMapping
  • Target attr: name
  • Format: uri
Chord Diagram type Specify Sankey or Dependency Wheel. A chord diagram displays inter-relationships between data in a matrix format. A dependency wheel is a type of chord diagram that uses arcs to represent relationships. Default: sankey
  • Field Name: Chart Options.settings.chord_type
  • Type: String
  • Default: sankey
  • Choices: ["Sankey", "Dependency Wheel"]
Label Font Weight Specify label font weight Default: bold
  • Field Name: Chart Options.settings.label_font_weight
  • Type: String
  • Default: bold
  • Choices: ["normal", "bold", "bolder", "lighter"]
Label Font Size Specify label font size. Default: 11
  • Field Name: Chart Options.settings.label_font_size
  • Type: Integer
  • Default: 11
  • Choices: ["10", "11", "12", "13", "14"]
Legend Font Weight Specify legend font weight Default: normal
  • Field Name: Chart Options.settings.legend_font_weight
  • Type: String
  • Default: normal
  • Choices: ["normal", "bold", "bolder", "lighter"]
Legend Font Size Specify legend font size. Default: 11
  • Field Name: Chart Options.settings.legend_font_size
  • Type: Integer
  • Default: 11
  • Choices: ["10", "11", "12", "13", "14"]
Contrast Label Specify whether to set contrast label.
  • Field Name: Chart Options.settings.contrast_label
  • Type: Boolean
Default Text Specify the default text to be displayed when no data is available.
  • Field Name: Chart Options.settings.defaultValue
  • Type: String
Empty Group Text Text will be used when group name is empty.
  • Field Name: Chart Options.settings.emptyGroupText
  • Type: String
Chart Color Mapping Specify chart color mapping
  • Field Name: Chart Options.chartColorMapping
  • Type: String
  • Target: data/DashboardColorMapping
  • Target attr: name
  • Format: uri
Chord Diagram type Specify Sankey or Dependency Wheel. A chord diagram displays inter-relationships between data in a matrix format. A dependency wheel is a type of chord diagram that uses arcs to represent relationships. Default: sankey
  • Field Name: Chart Options.chord_type
  • Type: String
  • Default: sankey
  • Choices: ["Sankey", "Dependency Wheel"]
Label Font Weight Specify label font weight Default: bold
  • Field Name: Chart Options.label_font_weight
  • Type: String
  • Default: bold
  • Choices: ["normal", "bold", "bolder", "lighter"]
Label Font Size Specify label font size. Default: 11
  • Field Name: Chart Options.label_font_size
  • Type: Integer
  • Default: 11
  • Choices: ["10", "11", "12", "13", "14"]
Legend Font Weight Specify legend font weight Default: normal
  • Field Name: Chart Options.legend_font_weight
  • Type: String
  • Default: normal
  • Choices: ["normal", "bold", "bolder", "lighter"]
Legend Font Size Specify legend font size. Default: 11
  • Field Name: Chart Options.legend_font_size
  • Type: Integer
  • Default: 11
  • Choices: ["10", "11", "12", "13", "14"]
Contrast Label Specify whether to set contrast label.
  • Field Name: Chart Options.contrast_label
  • Type: Boolean
Default Text Specify the default text to be displayed when no data is available.
  • Field Name: Chart Options.defaultValue
  • Type: String
Empty Group Text Text will be used when group name is empty.
  • Field Name: Chart Options.emptyGroupText
  • Type: String
Drilldown Options Group Assigned by FDP
  • Field Name: Drilldown Options
  • Type: Object
Drilldown Settings Drilldown Settings
  • Field Name: drilldowns
  • Type: Object
Filter Options Specify Filter option Default: IN
  • Field Name: Drilldown Options.drilldowns.filterOption
  • Type: String
  • Default: IN
  • Choices: ["IN", "REGEX"]
Drilldown Options Specify Drilldown option Default: 0
  • Field Name: Drilldown Options.drilldowns.drilldownOption
  • Type: Integer
  • Default: 0
  • Choices: ["None", "Filter Other Widgets", "Link to Another Dashboard", "Launch Third-Party URL", "Conditional Drilldown"]
Dashboards Specify Dashboard ID
  • Field Name: Drilldown Options.drilldowns.dashboardId
  • Type: String
  • Choices: []
Third-Party URL Specify Third-Party URL
  • Field Name: Drilldown Options.drilldowns.url
  • Type: String
Conditional Drilldown Specify Json Conditional Drilldown Configuration
  • Field Name: Drilldown Options.drilldowns.jsonConf
  • Type: String
Drilldown Fields Specify Drilldown Fields
  • Field Name: drilldownFields.[n]
  • Type: Array
Field Name Specify field name
  • Field Name: Drilldown Options.drilldowns.drilldownFields.[n].ruleName
  • Type: String
  • Choices: []