(this page was created automatically. In case of formatting issues, please visit the official Wiki Page)

Histogram Chart

Overview

Example Histogram Chart

Specs

Tokens

Token Description
showLegend Show or hide legend.
barPadding Space between bars (0–1).
barWidth Width of bars (px/number).
ignoreEmptyPoints Omit null/empty points.
argumentAxisTitle Title for x-axis.
valueAxisTitle Title for y-axis.
paddingClass Component padding via CSS classes.
useMockData Use sample data.
dataSourceId ID of data source.
getEntityCollectionHttpRequestParametersMap HTTP request parameters map.
dataPathExpression Path to nested data array.
events Configures component events.
ON_INIT (Events) Triggered on initialization.
ON_DESTROY (Events) Triggered on removal.
displayName Display name in structure panel.
visibilityPolicySetId Visibility by policy set.
displayConditions Conditional display rules.
id Unique identifier.
dataTestId Testing hook ID.
enableAsHotspot Enable guided tour hotspot.
guidedTourHotSpotTitle Guided tour hotspot title.
guidedTourHotSpotDescription Guided tour hotspot description.
Data Format (category, value) Expected fields in data items.

Structure

  [
    { "category": "0-10", "value": 12 },
    { "category": "11-20", "value": 25 },
    { "category": "21-30", "value": 47 },
    { "category": "31-40", "value": 35 },
    { "category": "41-50", "value": 28 },
    { "category": "51-60", "value": 18 },
    { "category": "61+", "value": 9 }
  ]

(Configured in General)

(Configured in Datasource Properties)

(Configured in Visibility)

Styling

(Configured in Visual Properties)

Visual Properties tab

Customization

The histogram chart offers flexible options to adapt its appearance and behavior:

These options make the histogram suitable for different visualization needs while keeping the layout clear and professional.

Configuration window

Actions & Variants

(Configured in Events)

Tests

(Configured in Testing Hooks)

Authorization

(Configured in Authorization)

Guidelines

[NO DATA AVAILABLE]

Accessibility

[NO DATA AVAILABLE]