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 1bf7718 commit e1cf2e7Copy full SHA for e1cf2e7
tests/playwright/shiny/components/data_frame/edit/app.py
@@ -268,7 +268,6 @@ def df_styles_fn(data: pd.DataFrame) -> list[StyleInfo]:
268
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",
0 commit comments