SiCustomLegendComponent documentation¶
selector
si-custom-legend
Input Properties¶
Name | Type | Default | Description |
---|---|---|---|
customLegend ¶ | CustomLegend | ||
subTitle ¶ | string | The legend subtitle. | |
subTitleColor ¶ | string | The color of the legend subtitle. | |
textColor ¶ | string | The color of the legend text. | |
title ¶ | string | The legend title. | |
titleColor ¶ | string | The color of the legend title. |
Output Properties¶
Name | Type | Description |
---|---|---|
legendClickEvent ¶ | CustomLegendItem | The event emitted when a legend is clicked. |
legendHoverEndEvent ¶ | CustomLegendItem | The event emitted when the mouse leaves a legend. |
legendHoverStartEvent ¶ | CustomLegendItem | The event emitted when the mouse enters a legend. |
legendIconClickEvent ¶ | CustomLegendItem | The event emitted when a legend icon is clicked. |
Types Documentation¶
|
|
Except where otherwise noted, content on this site is licensed under MIT License.