diff --git a/vizro-core/examples/_chart-gallery/pages/_factories.py b/vizro-core/examples/_chart-gallery/pages/_factories.py index 655476fa2..4e63441be 100644 --- a/vizro-core/examples/_chart-gallery/pages/_factories.py +++ b/vizro-core/examples/_chart-gallery/pages/_factories.py @@ -88,7 +88,7 @@ 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. @@ -96,7 +96,7 @@ def connected_scatter_factory(group: str): #### 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.