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 322a0a4 commit d92abd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vizro-core/examples/_chart-gallery/pages/_factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ def connected_scatter_factory(group: str):
text="""
#### What is a connected scatter chart?
A connected scatter chart visualizes two variables using dots, with lines connecting the dots in the
A connected scatter chart visualizes two variables using dots, with lines connecting the dots in the
order of the data points. One variable is plotted along the x-axis and the other along the y-axis,
showing both the relationship and the sequence of the data.
 
#### When should I use it?
Use connected scatter charts to show the relationship between two variables and the sequence of data
Use connected scatter charts to show the relationship between two variables and the sequence of data
points. They are ideal for paired numerical data, helping to reveal trends and patterns over time or in
a specific order. Remember, correlation is not causation, so ensure your audience understands this to
avoid misinterpretations.
Expand Down

0 comments on commit d92abd4

Please sign in to comment.