PlotlyOutput
Plotly figure output widget for displaying interactive charts.
Signature
def PlotlyOutput(
fig: Any = None,
label: str = '',
key: str = '',
full_width: bool = False
)
Parameters
Name | Description | Type | Default |
---|---|---|---|
fig | The Plotly figure to display. | Any | None |
label | Text label displayed above the chart. | str | '' |
key | Identifier for the widget. | str | '' |
full_width | Whether the chart should take up the full width of its container. | bool | False |