We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2767868 commit 1bf7718Copy full SHA for 1bf7718
tests/playwright/shiny/components/data_frame/edit/app.py
@@ -269,13 +269,16 @@ def country_detail_pop() -> Figure:
269
import plotly.express as px
270
271
return px.line(
272
+ fig: Figure = px.line(
273
px.data.gapminder(),
274
x="year",
275
y="lifeExp",
276
color="country",
277
title="Population Over Time",
278
)
279
280
+ return fig
281
+
282
@summary_data.set_patch_fn
283
def upgrade_patch(
284
*,
0 commit comments