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. |
mode default=default 'default'
| 'heatmap' | Chart mode. |
qHyperCubeDef | Extends |
showDetails default=true boolean | Show visualization details toggle |
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 |
xAxis | X-axis settings. |
yAxis | Y-axis settings. |
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 |
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 |