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:
Specific legend for the Pie chart.
Referenced by: WebMapWebChart
,
WebMapWebGaugeChart
,
WebMapWebBoxPlot
,
WebChart
,
WebGaugeChart
,
WebBoxPlot
Property | Details |
---|---|
displayNumericValue | Indicates whether the numeric value associated to a slice is to be displayed in the legend. If both displayNumericValue & displayPercentage are true on a same label, they will be displayed as The type of this property is: |
displayPercentage | Indicates whether the percentage to a slice is to be displayed in the legend. If both displayNumericValue & displayPercentage are true on a same label, they will be displayed as The type of this property is: |
labelMaxWidth | Maximum width in pixels of the label displaying the slice name. If the label is larger than the maximum width, it will automatically wrap. The type of this property is: |
valueLabelMaxWidth | Maximum width in pixels of the label displaying the slice name. If the label is larger than the maximum width, it will automatically wrap. The type of this property is: |
type* | Represents a unique string identifier for the ChartLegend object. For ChartLegend object, it is The type of this property is: |
visible | Determines the visibility of the content. The type of this property is: |
title | Contains styling info on how the title of the legend box should be rendered |
body | Contains styling info on how legend body (excluding the title) should be rendered. Will use default styling if not provided. |
position | Positions the legends at The type of this property is: Must be one of the following values: |
maxHeight | Legend's maximum height. If not set the legend will occupy the same height as the series container or pie chart. The type of this property is: |
roundMarkers | Allows the legend markers to be displayed as circles. If the property is to:
The type of this property is: |