set_hover
set_hover(fig, show=True, template=None)Configure hover information.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| fig | go.Figure | The plotly figure to modify. | required |
| show | bool | Whether to show hover info. | True |
| template | str | None | Custom hover template string. | None |
Returns
| Name | Type | Description |
|---|---|---|
| go.Figure | The modified figure (allows chaining). |