Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Histogram Chart

Link to Figma: tba

Overview

  • The Dynamic Histogram Chart displays data distribution across categories or bins.
  • It helps show frequency distributions, density, and data patterns.
  • The component works with different data sources and supports mock data.
  • It offers configuration options for bars, axes, legends, and filtering.
  • Common use cases include age distribution, transaction sizes, time analysis, and data quality checks.

...

  • visibilityPolicySetId – Determines the visibility of the component based on user permissions and policy sets. For example, setting to "marketingTeamPolicy" restricts the histogram to users with marketing team privileges.
  • Figma: tba
  • Live style guide: tba

Guidelines

Usage

  • Use when you need to visualize a distribution across bins/categories backed by a simple data shape; provide items with category and value and label axes with argumentAxisTitle and valueAxisTitle.
  • Keep the authoring surface understandable via displayName.
  • Hide the chart when prerequisites aren’t met using displayConditions.
  • Show or hide the legend as needed with showLegend.

...