-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(components): add mutation over time plot for wastewater / WISE #504
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This is a preview of the changelog of the next release. If this branch is not up-to-date with the current main branch, the changelog may not be accurate. Rebase your branch on the main branch to get the most accurate changelog. Note that this might contain changes that are on main, but not yet released. Changelog: 0.10.2 (2024-12-01)Features
|
components/src/preact/wastewater/mutationsOverTime/wastewater-mutations-over-time.tsx
Outdated
Show resolved
Hide resolved
}; | ||
|
||
function getDownloadData(data: MutationOverTimeDataPerLocation) { | ||
// TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget
return ( | ||
<Info> | ||
<InfoHeadline1>Info for mutations over time</InfoHeadline1> | ||
<InfoParagraph>TODO: Ask for text</InfoParagraph> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget
3207b77
to
45d8674
Compare
45d8674
to
8749a5b
Compare
7de5c01
to
7567c6c
Compare
7567c6c
to
3920b6c
Compare
No description provided.