Properties
- autoOrientation booleanRequired
Auto orientation, only applicable to bar gauge. If true, the orientation of the bar gauge is adaptive to the aspect ratio of the chart.
- color objectRequired
Color settings.
color properties
- useBaseColors 'measure' | 'off'Required
If should use colors encoded in master items
-
- components Array< Component >Required
Styling of chart components.
- footnote string | StringExpression
Footnote of the visualization.
- gaugetype 'radial' | 'bar'Required
Gauge type
- measureAxis objectRequired
Measure axis configuration.
measureAxis properties
- max number | ValueExpressionRequired
Maximum value for the measure axis.
- min number | ValueExpressionRequired
Minimum value for the measure axis.
- show 'all' | 'labels' | 'title' | 'none'Required
Labels and title
- spacing 1 | 0.5 | 2Required
Axis scale
-
- orientation 'horizontal' | 'vertical'Required
Orientation of the bar gauge. Only applicable when autoOrientation is false.
- paletteProgressColor PaletteColorRequired
Define the progress color. Applicable when useSegment is 'off' and useBaseColors is also 'off'
paletteProgressColor properties
- color stringRequired
Color as hex string (mandatory if index: -1)
- index numberRequired
Index in palette
-
- qHyperCubeDef objectRequired
Hypercube definition for the visualization.
qHyperCubeDef properties
- qInitialDataFetch Array< object >Required
Initial data fetch configuration.
- qMeasures ArrayRequired
Array of measures for the hypercube.
- qSuppressMissing booleanRequired
Whether to suppress missing values.
- qSuppressZero booleanRequired
Whether to suppress zero values.
-
- refLine objectRequired
Reference lines settings
refLine properties
- refLines Array< RefLine >Required
Array of measure based reference line definitions
-
- segmentInfo objectRequired
Segment information for the gauge.
segmentInfo properties
- limits Array< Limits >Required
Array of segment limits.
- paletteColors Array< PaletteColor >Required
Array of segment colors.
-
- showDetails booleanRequired
Show visualization details toggle
- showTitles booleanRequired
Whether to show titles for the visualization.
- subtitle string | StringExpression
Subtitle of the visualization.
- title string | StringExpression
Title of the visualization.
- useSegments booleanRequired
Decide if segments coloring or progress coloring is used. If true, the segments are colored according to the segmentInfo.paletteColors.
- version stringRequired
Current version of this generic object definition
Properties
- axis AxisStylingRequired
axis properties
- label LabelNameStylingRequired
label properties
- name FontStylingRequired
-
- title FontStylingRequired
title properties
- color PaletteColorRequired
color properties
- color stringRequired
Color as hex string (mandatory if index: -1)
- index numberRequired
Index in palette
-
- fontFamily stringRequired
-
-
- key stringRequired
This should be set to
"axis"
Properties
- label LabelNameStylingRequired
label properties
- name FontStylingRequired
-
- title FontStylingRequired
title properties
- color PaletteColorRequired
color properties
- color stringRequired
Color as hex string (mandatory if index: -1)
- index numberRequired
Index in palette
-
- fontFamily stringRequired
-
Expression
Properties
- qExpr stringRequired
expression as a string, e.g. '=Sum([Actual Amount])', note that the equal sign is optional
Properties
- color PaletteColorRequired
color properties
- color stringRequired
Color as hex string (mandatory if index: -1)
- index numberRequired
Index in palette
-
- fontFamily stringRequired
Properties
- key stringRequired
This should be set to
"value"
- label LabelValueStylingRequired
label properties
- value FontStylingRequired
Gauge value label
value properties
- color PaletteColorRequired
color properties
- color stringRequired
Color as hex string (mandatory if index: -1)
- index numberRequired
Index in palette
-
- fontFamily stringRequired
-
-
Properties
- name FontStylingRequired
name properties
- color PaletteColorRequired
color properties
- color stringRequired
Color as hex string (mandatory if index: -1)
- index numberRequired
Index in palette
-
- fontFamily stringRequired
-
Properties
- value FontStylingRequired
Gauge value label
value properties
- color PaletteColorRequired
color properties
- color stringRequired
Color as hex string (mandatory if index: -1)
- index numberRequired
Index in palette
-
- fontFamily stringRequired
-
The limits between segments colors.
Properties
- gradient booleanRequired
Gradient color (i.e. gradually changing color) or solid color
- value number | ValueExpressionRequired
Value of the limit
Color information structure. Holds the actual color and index in palette.
Properties
- color stringRequired
Color as hex string (mandatory if index: -1)
- index numberRequired
Index in palette
Properties
- label string | StringExpressionRequired
Reference line label.
- paletteColor PaletteColorRequired
Color of the reference line and label.
paletteColor properties
- color stringRequired
Color as hex string (mandatory if index: -1)
- index numberRequired
Index in palette
-
- refLineExpr objectRequired
refLineExpr properties
- value number | ValueExpressionRequired
- label string | StringExpression
-
- show boolean | ValueExpressionRequired
Set to true to display this reference line.
- showLabel boolean
Set to true to show the label of this reference line.
- showValue boolean
Set to true to show the value of this reference line.
- style RefLineStyle
Styling settings for reference line
style properties
- lineThickness number
Set the thickness for this reference line.
- lineType string
Set the dash type for this reference line.
-
Styling settings for reference line
Properties
- lineThickness number
Set the thickness for this reference line.
- lineType string
Set the dash type for this reference line.
String expression
Properties
- qStringExpression ExprRequired
qStringExpression properties
- qExpr stringRequired
expression as a string, e.g. '=Sum([Actual Amount])', note that the equal sign is optional
-
Value expression
Properties
- qValueExpression ExprRequired
qValueExpression properties
- qExpr stringRequired
expression as a string, e.g. '=Sum([Actual Amount])', note that the equal sign is optional
-