Nebula Box plot chart

v0.26.7
experimental

Boxplot generic object definition

properties

namespace
experimental

Properties

boxplotDef
experimental

Settings specific to the boxplot

dimensionAxis
experimental

Dimension axis settings.

footnote
experimental
string | StringExpression

Visualization footnote.

gridlines
experimental

Grid lines settings.

measureAxis
experimental

Measure axis settings.

orientation
experimental
default='vertical'
'vertical' | 'horizontal'

Orientation setting. If vertical, the dimension axis can only be docked on bottom or top and measure axis on left or right.

refLine
experimental

Reference lines settings

showTitles
experimental
default=true
boolean

Show title for the visualization.

sorting
experimental

Wrapper for sorting properties which will be set on the outer dimension.

subtitle
experimental
string | StringExpression

Visualization subtitle.

title
experimental
string | StringExpression

Visualization title.

version
experimental
string

Current version of this generic object definition.

paletteColor

object
experimental

Color 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

refLine

object
experimental

Properties

show
experimental
default=true
boolean | ValueExpression

Set to true to display this reference line.

label
experimental
string

Reference line label.

showLabel
experimental
default=true
boolean

Set to true to show the label of this reference line.

showValue
experimental
default=true
boolean

Set to true to show the value of this reference line.

paletteColor
experimental

Color information structure. Holds the actual color and index in palette.

style
experimental

Styling settings for reference line

coloredBackground
experimental
default=false
boolean

Set to true to fill the label and/or value of this reference line with this color

refLineStyle

object
experimental

Styling settings for reference line

Properties

lineThickness
experimental
default=2
number

Set the thickness for this reference line.

lineType
experimental
default=''
string

Set the dash type for this reference line.

Was this page helpful?