Nebula Distribution plot chart

v0.25.13
experimental

Distributionplot generic object definition

properties

namespace
experimental

Properties

color
experimental

Color settings. Most color options for visualizations are set in the color object in the options. You activate custom coloring by setting "auto": false which turns off auto-coloring. If "auto": true, no other properties need to be defined in the color object. Note: Some of the color properties are depending on which theme is currently being used.

dimensionAxis
experimental

Dimension axis settings.

footnote
experimental
string | StringExpression

Visualization footnote.

gridlines
experimental

Grid lines settings.

measureAxis
experimental

Measure axis settings.

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

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

presentation
experimental

Presentation settings for the distributionplot

qHyperCubeDef
experimental
object

Extends HyperCubeDef, see Engine API: HyperCubeDef.

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

properties.dataPoint.bubbleScales

number
experimental

Size parameter for points (20 - 100), step is 5.

properties.dataPoint.displacement

experimental

Property for controlling displacement of data points

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?