Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 6, 2024
1 parent e739d59 commit 7099e8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vizro-ai/tests/integration/test_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_simple_dashboard(dash_duo):
I need a second page showing 2 cards and one chart.
The first card says 'The Gapminder dataset provides historical data on countries' development indicators.'
The chart is an scatter plot showing life expectancy vs. GDP per capita by country. Life expectancy on the y axis,
The chart is an scatter plot showing life expectancy vs. GDP per capita by country. Life expectancy on the y axis,
GDP per capita on the x axis, and colored by continent.
The second card says 'Data spans from 1952 to 2007 across various countries.'
The layout uses a grid of 3 columns and 2 rows.
Expand All @@ -38,7 +38,7 @@ def test_simple_dashboard(dash_duo):
The first column is occupied by the first card.
The second and third columns are spanned by the chart.
Row 2: The second row mirrors the layout of the first row with respect to chart, but the first column is occupied
Row 2: The second row mirrors the layout of the first row with respect to chart, but the first column is occupied
by the second card.
Add a filter to filter the scatter plot by continent.
Expand Down

0 comments on commit 7099e8d

Please sign in to comment.