Page History
(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.
Links
- 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
categoryandvalueand label axes withargumentAxisTitleandvalueAxisTitle. - 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.
...