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:
Name | Description | Default | Control |
---|---|---|---|
data | BarItemProps[] | [] | data : [ 0 : {...} 3 keys 1 : {...} 3 keys 2 : {...} 3 keys 3 : {...} 3 keys 4 : {...} 3 keys |
valueFormatter | (value: number) => string | - | - |
onValueChange | (item: BarItemProps) => void | - | - |
sortOrder | Sort order for the data union | 'none' | |
showAnimation | Whether to show animation when the component mounts boolean | false | |
size | Size of the bar list items - | ||
variant | Color variant of the bars - | ||
hideValue | Whether to hide the value labels - | ||
hideTooltip | Whether to hide tooltips - | ||
hideArrow | Whether to hide tooltip arrows - | ||
interactive | Whether the bars are interactive (clickable) - |