Properties
- footnote string | StringExpression
Visualization footnote.
- link objectRequired
Link style settings.
link properties
- opacity numberRequired
Opacity of the links in the chart. Between 0 and 1.
-
- node objectRequired
Node settings.
node properties
- padding numberRequired
Padding between the nodes. Between 0 and 1.
- sort 'valueA' | 'valueD' | 'data'
Sorting mode for nodes.
undefined
- Prioritize sorting for optimal layout.'valueA'
- Sort according to value of each node, in ascending order.'valueD'
- Sort according to value of each node, in descending order.'data
- Sort according to the order of the data.
- width numberRequired
Width of the nodes. Can be a value between 0 and 1.
-
- qHyperCubeDef objectRequired
Extends
HyperCubeDef
, see Engine API:HyperCubeDef
.qHyperCubeDef properties
- qDimensions Array< DimensionProperties >Required
- qMeasures Array< MeasureProperties >Required
- qSuppressMissing booleanRequired
- qSuppressZero booleanRequired
-
- showTitles boolean
Show title for the visualization.
- subtitle string | StringExpression
Visualization subtitle.
- title string | StringExpression
Visualization title.
- version stringRequired
Current version of this generic object definition
Extends NxAttrExprDef
, see Engine API: NxAttrExprDef
.
Can be used to color nodes (specified under dimension) or a links (specified under measure) (CSS color).
See example below on how to specify custom color for links in the chart.
AttributeExpressionProperties
Set color of links to be "green"
```json
"qAttributeExpressions": [
{
"qExpression": "'green'",
"qLibraryId": "",
"qAttribute": true
}
]
```
Extends NxDimension
, see Engine API: NxDimension
.
Properties
- qAttributeExpressions Array< AttributeExpressionProperties >Required
- qDef InlineDimensionDefRequired
qDef properties
- othersLabel string | StringExpressionRequired
- autoSort boolean
Set to automatically sort the dimension.
- cId string
ID used by the Qlik Sense. Must be unique within the current chart.
-
Extends NxInlineDimensionDef
, see Engine API: NxInlineDimensionDef
.
Properties
- othersLabel string | StringExpressionRequired
- autoSort boolean
Set to automatically sort the dimension.
- cId string
ID used by the Qlik Sense. Must be unique within the current chart.
Extends NxInlineMeasureDef
, see Engine API: NxInlineMeasureDef
.
Properties
- isCustomFormatted booleanRequired
Set to true to toggle off the default client formatting.
- numFormatFromTemplate booleanRequired
When enabled, the number format to use can be selected from multiple predefined formats based on the desired type (number, date).
- autoSort boolean
Set to automatically sort the measure.
- cId string
ID used by the Qlik Sense. Must be unique within the current chart.
Extends NxMeasure
, see Engine API: NxMeasure
.
Properties
- qAttributeExpressions Array< AttributeExpressionProperties >Required
- qDef InlineMeasureDefRequired
qDef properties
- isCustomFormatted booleanRequired
Set to true to toggle off the default client formatting.
- numFormatFromTemplate booleanRequired
When enabled, the number format to use can be selected from multiple predefined formats based on the desired type (number, date).
- autoSort boolean
Set to automatically sort the measure.
- cId string
ID used by the Qlik Sense. Must be unique within the current chart.
-