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:
JSON representation of the pie grouped slice.
Referenced by: WebChartPieChartSeries
Property | Details |
---|---|
percentageThreshold* | Slices that have a percent value equal or lesser to this threshold are grouped into a unique slice The type of this property is: |
dataLabels | Specifies how the grouped slice data labels should be rendered. If the property is not set the |
sliceId* | A unique string used identify the slice of a pie chart. The type of this property is: |
originalLabel | The slice's original label. Can be any of: |
label | Custom label for the slice. For grouped slice, the default value is For regular slice, it will be either the category or field name. The type of this property is: |
fillSymbol | Contains styling info on how the slice should be rendered. If not provided, the slice will be styled with default values. |