Skip to content

Modify the Get Started vignette with more appropriate data#671

Merged
JohnCoene merged 4 commits intoJohnCoene:masterfrom
Mkranj:getting_started_examples
Oct 20, 2025
Merged

Modify the Get Started vignette with more appropriate data#671
JohnCoene merged 4 commits intoJohnCoene:masterfrom
Mkranj:getting_started_examples

Conversation

@Mkranj
Copy link
Copy Markdown
Contributor

@Mkranj Mkranj commented Oct 17, 2025

The main change is using the airquality dataset so that we can build a line chart that has a sensible X axis. Original charts have lines rising and dropping between different US states. Since there is nothing linking data from one state to another, it's not really good practice to make charts that insinuate that population or income rises and falls as you move along the X axis. airquality has date information which is more relevant for line charts.

Additionaly, some text sections are updated. For example, a sentence has been added to indicate that the charts are interactable by default, prompting users to turn off one of the traces and see that the chart automatically updates the y-axis so that the remaining data can be seen in more detail.

In the Navigate options section an additional argument has been added. The backgroundColor for the tooltip has been changed to white to show that not all arguments need to be wrapped in a list. And it also makes the tooltip more readable :)

Fixed minor typos.

@JohnCoene
Copy link
Copy Markdown
Owner

Thank you! This is indeed much better than what we had originally.

@JohnCoene JohnCoene merged commit 703e2c9 into JohnCoene:master Oct 20, 2025
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants