properties
namespaceProperties
footnote experimental optional string | StringExpression | Visualization footnote. |
link experimental | Link style settings. |
node experimental | Node settings. |
qHyperCubeDef experimental | Extends |
showTitles experimental optional, default=true boolean | Show title for the visualization. |
subtitle experimental optional string | StringExpression | Visualization subtitle. |
title experimental optional string | StringExpression | Visualization title. |
version experimental default='1.1.0' string | Current version of this generic object definition |
AttributeExpressionProperties
objectExtends 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.
Set color of links to be "green"
```json
"qAttributeExpressions": [
{
"qExpression": "'green'",
"qLibraryId": "",
"qAttribute": true
}
]
```
DimensionProperties
objectExtends NxDimension
, see Engine API: NxDimension
.
Properties
qAttributeExpressions experimental | No description |
qDef experimental | Extends |
InlineDimensionDef
objectExtends NxInlineDimensionDef
, see Engine API: NxInlineDimensionDef
.
Properties
autoSort experimental optional boolean | Set to automatically sort the dimension. |
cId experimental optional string | ID used by the Qlik Sense. Must be unique within the current chart. |
othersLabel experimental string | StringExpression | No description |
InlineMeasureDef
objectExtends NxInlineMeasureDef
, see Engine API: NxInlineMeasureDef
.
Properties
autoSort experimental optional boolean | Set to automatically sort the measure. |
cId experimental optional string | ID used by the Qlik Sense. Must be unique within the current chart. |
isCustomFormatted experimental boolean | Set to true to toggle off the default client formatting. |
numFormatFromTemplate experimental default=true boolean | When enabled, the number format to use can be selected from multiple predefined formats based on the desired type (number, date). |
MeasureProperties
objectExtends NxMeasure
, see Engine API: NxMeasure
.
Properties
qAttributeExpressions experimental | No description |
qDef experimental | Extends |