Skip to main content

PlotlyOutput

Plotly figure output widget for displaying interactive charts.

Signature

def PlotlyOutput(
fig: Any = None,
label: str = '',
key: str = '',
full_width: bool = False
)

Parameters

NameDescriptionTypeDefault
figThe Plotly figure to display.AnyNone
labelText label displayed above the chart.str''
keyIdentifier for the widget.str''
full_widthWhether the chart should take up the full width of its container.boolFalse