Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
huong-li-nguyen committed Aug 6, 2024
1 parent d92abd4 commit 2eba581
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 @@ -90,7 +90,7 @@ def connected_scatter_factory(group: str):
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.
showing both the relationship and a sequence of the data.
 
Expand All @@ -99,7 +99,7 @@ def connected_scatter_factory(group: str):
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.
avoid misinterpretation.
"""
),
vm.Graph(
Expand Down

0 comments on commit 2eba581

Please sign in to comment.