The Circular3DLegend
module used to render the legend for a circular 3D chart.
Handles the click event to show or hide the legend.
Parameter | Type | Description |
---|---|---|
event | Event |
The event object representing the click event. |
Returns void
Converts HTML entities in the given legend text to their corresponding normal string values.
Parameter | Type | Description |
---|---|---|
legendText | string |
The legend text containing HTML entities. |
Returns string