properties
objectProperties
components experimental | Holds general styling |
enableChartExploration experimental optional, default=false boolean | Show chart exploration option in context menu |
footnote experimental optional string | StringExpression | Visualization footnote |
qHyperCubeDef experimental | Extends HyperCubeDef, see Engine API: HyperCubeDef |
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 |
totals experimental | totals settings |
usePagination experimental default=false boolean | Use pagination or continuous scroll. If undefined, defaults to using pagination |
version experimental string | Current version of this generic object definition |
AttributeExpressionProperties
objectExtends NxAttrExprDef
, see Engine API: NxAttrExprDef
.
Column specific styling overrides general styling, that is defined in components
.
Properties
id experimental 'cellForegroundColor' | 'cellBackgroundColor' | specifying what the color applies to |
ColumnWidth
objectColumn width info
Properties
type experimental 'auto' | 'FitToContent' | 'pixels' | 'percentage' | Defines how the column width is set. |
pixels experimental optional number | Is used (and mandatory) if type is |
percentage experimental optional number | Is used (and mandatory) if type is |
Component
objectGeneral styling for all columns. Split up into header and content (body) styling. If any property is not set, default values specific for each property is used.
Properties
key experimental string | This should be set to |
content experimental optional | Holds properties for font size, font color and hover styling. |
header experimental optional | Holds properties for font size and color. |
ContentStyling
objectHolds properties for font size, font color and hover styling.
Properties
fontSize experimental optional number | Defaults to |
fontColor experimental optional | Color information structure. Holds the actual color and index in palette |
hoverEffect experimental optional boolean | Toggles hover effect |
hoverColor experimental optional | Color information structure. Holds the actual color and index in palette |
hoverFontColor experimental optional | Color information structure. Holds the actual color and index in palette |
padding experimental optional string | Css setting for the cell padding, defaults to |
DimensionProperties
objectExtends NxDimension
, see Engine API: NxDimension
Properties
qDef experimental | Extends |
qAttributeExpressions experimental | No description |
HeaderStyling
objectHolds properties for font size and color.
Properties
fontSize experimental optional number | Defaults to |
fontColor experimental optional | Color information structure. Holds the actual color and index in palette |
InlineDimensionDef
objectExtends NxInlineDimensionDef
, see Engine API: NxInlineDimensionDef
.
Properties
textAlign experimental optional | Holds text alignment for a specific column. |
columnWidth experimental optional | Column width info |
InlineMeasureDef
objectExtends NxInlineMeasureDef
, see Engine API: NxInlineMeasureDef
.
Properties
textAlign experimental optional | Holds text alignment for a specific column. |
columnWidth experimental optional | Column width info |
MeasureProperties
objectExtends NxMeasure
, see Engine API: NxMeasure
Properties
qDef experimental | Extends |
qAttributeExpressions experimental | No description |
PaletteColor
objectColor information structure. Holds the actual color and index in palette
Properties
color experimental string | Color as hex string (mandatory if index: -1) |
index experimental number | Index in palette |
TextAlign
objectHolds text alignment for a specific column.
Properties
auto experimental boolean | If true, sets the alignment based on the type of column (left for dimension, right for measure) |
align experimental 'left' | 'center' | 'right' | Is used (and mandatory) if |