Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
The component failed to render properly, likely due to a configuration issue in Storybook. Here are some common causes and how you can address them:
Histogram shows the numerical (frequency) distribution of a numerical field.
Referenced by: WebChartSeriesType
Property | Details |
---|---|
type* | Represents a unique string identifier for the HistogramSeries object. For BarSeries object, it is
The type of this property is: |
binCount | Bin count must be a positive integer. The type of this property is: |
overlays | Specifies the chart overlays. Histogram supports 4 overlays: mean, median,
standardDeviation and comparisonDistribution. |
dataTransformationType | Specifies how the data should be transformed (e.g. square root, log, etc.) before binning. The type of this property is: Must be one of the following values: |
fillSymbol | Contains styling info on how the columns/bars should be rendered |
id* | A unique string used to differentiate the series on a chart. The type of this property is: |
visible | Hides or shows the series. If the series is has visible set to The type of this property is: |
dataTooltipVisible | Hides or shows data tooltips. Applies to all charts but Gauge. The type of this property is: |
dataTooltipReverseColor | Indicates whether to apply the hovered element's color to the background (false) or the outline (true). Applies to all charts but Gauge. The type of this property is: |
dataTooltipValueFormat | Defines how to render numeric values in tooltips. |
dataTooltipPercentFormat | Defines how to render percent values in tooltips. Currently used for stacked 100% bar and line charts, as well as pie charts. |
dataTooltipDateFormat | Defines how to render dates in tooltips. Currently used for bar and line charts using a date x-axis with no time binning. |
name* | Specifies the name of the series. It would be reflected in the chart legends The type of this property is: |
query | Specifies a query object associated with a particular series containing info on what data to fetch for that series. |
x* | Specifies which field represents the x-coordinates of this series. Empty string or one with just white spaces is not allowed. At least 1 or more word characters (a-z, A-Z, _) are needed. The type of this property is: |
dataLabels | Specifies how the data labels should be rendered. |
assignToSecondValueAxis | Specifies whether the series should be assigned to the second value axis, when the Supported by bar and line series. The type of this property is: |