properties
namespaceProperties
color | Color settings.
Most color options for visualizations are set in the color object in the options. You activate custom coloring by setting |
dataPoint | Data point settings. |
footnote string
| StringExpression | Visualization footnote. |
funnel | Funnel settings |
qHyperCubeDef | Extends |
showDimensionTitle default=true boolean | Display the dimension title. |
showTitles default=true boolean | Show title for the visualization. |
subtitle string
| StringExpression | Visualization subtitle. |
title string
| StringExpression | Visualization title. |
version string | Current version of this generic object definition |
AttributeDimensionProperties
objectExtends NxAttrDimDef
, see Engine API: NxAttrDimDef
.
Properties
id string | One of: |
AttributeExpressionProperties
objectExtends NxAttrExprDef
, see Engine API: NxAttrExprDef
.
Properties
id string | One of: |
byDimDef
objectSettings when coloring by dimension ("mode": "byDimension"
)
Properties
key string | libraryId if |
label string | Label displayed for coloring (in legend and tooltip for instance). String or expression. Not used when coloring by library items. |
type 'expression'
| 'libraryItem' | No description |
byMeasureDef
objectSettings when coloring by measure ("mode": "byMeasure"
)
Properties
key string | libraryId if |
label string | Label displayed for coloring (in legend and tooltip for instance). String or expression. Not used when coloring by library items. |
type 'expression'
| 'libraryItem' | No description |
DimensionProperties
objectExtends NxDimension
, see Engine API: NxDimension
.
Properties
qAttributeDimensions | No description |
qDef | Extends |
InlineDimensionDef
objectExtends NxInlineDimensionDef
, see Engine API: NxInlineDimensionDef
.
Properties
othersLabel string
| StringExpression | No description |
autoSort boolean | Set to automatically sort the dimension. |
cId string | ID used by the Qlik Sense. Must be unique within the current chart. |
InlineMeasureDef
objectExtends NxInlineMeasureDef
, see Engine API: NxInlineMeasureDef
.
Properties
isCustomFormatted boolean | Set to true to toggle off the default client formatting. |
numFormatFromTemplate default=true boolean | When enabled, the number format to use can be selected from multiple predefined formats based on the desired type (number, date). |
othersLabel string
| StringExpression | No description |
autoSort boolean | Set to automatically sort the measure. |
cId string | ID used by the Qlik Sense. Must be unique within the current chart. |
MeasureProperties
objectExtends NxMeasure
, see Engine API: NxMeasure
.
Properties
qAttributeExpressions | No description |
qDef | Extends |
paletteColor
objectColor information structure. Holds the actual color and index in palette.
Properties
color string | Color as hex string (mandatory if index: -1) |
index number | Index in palette |