Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vx-mock-data/cityTemperature): use better date format #750

Merged
merged 3 commits into from Jun 18, 2020

Conversation

williaster
Copy link
Collaborator

@williaster williaster commented Jun 17, 2020

💥 Breaking Changes

🚀 Enhancements

This updates the date format of the @vx/mock-data cityTemperature dataset from
YYYYMMDD => YYYY-MM-DD

The old format requires parsing with something like d3-time-format, whereas the new one can be parsed with new Date(d). I think this is a win since it requires one few steps / dependencies for someone to use it.

Testing

  • CI
  • Updated demo examples which use this dataset, verified each one still works.

@hshoff @kristw

@williaster
Copy link
Collaborator Author

#751 should fix the CI on this

@williaster williaster merged commit a746e9f into master Jun 18, 2020
@williaster williaster deleted the chris--mock-data-city-temp branch June 18, 2020 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants