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

Number of sequences over time: implement line chart view #334

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

fengelniederhammer
Copy link
Collaborator

@fengelniederhammer fengelniederhammer commented Jul 12, 2024

resolves #317

Summary

Adding line charts.

Screenshot

image

image

image

PR Checklist

  • All necessary documentation has been adapted.
  • The implemented feature is covered by an appropriate test.

Copy link

vercel bot commented Jul 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dashboard-components ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 16, 2024 11:12am

Copy link
Contributor

github-actions bot commented Jul 12, 2024

This is a preview of the changelog of the next release:

0.5.6 (2024-07-16)

Features

  • components: number of sequences over time: implement line chart view (2e3c011), closes #317

@chaoran-chen
Copy link
Member

I think that filling up with 0 makes sense, is there a reason why you wouldn't fill it up?

@fengelniederhammer
Copy link
Collaborator Author

I think that filling up with 0 makes sense, is there a reason why you wouldn't fill it up?

To indicate that there is not data (as opposed to data is 0). But it doesn't matter much. For the bar chart, I had to fill everything with 0s anyway for technical reasons.

@chaoran-chen
Copy link
Member

No data in this case means 0 available sequences, so I think that we should fill up with 0.

@fengelniederhammer fengelniederhammer force-pushed the 316-number-sequences-over-time-bar-chart branch from 3fdd1de to 1cef69d Compare July 12, 2024 12:30
@fengelniederhammer fengelniederhammer force-pushed the 317-number-sequences-over-time-line-chart branch from f60a7c8 to 5931244 Compare July 12, 2024 12:34
Copy link
Collaborator

@JonasKellerer JonasKellerer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fengelniederhammer fengelniederhammer force-pushed the 316-number-sequences-over-time-bar-chart branch 3 times, most recently from c19e131 to 4c416c5 Compare July 15, 2024 08:42
Base automatically changed from 316-number-sequences-over-time-bar-chart to main July 15, 2024 13:08
@fengelniederhammer fengelniederhammer force-pushed the 317-number-sequences-over-time-line-chart branch from 5931244 to 2e3c011 Compare July 16, 2024 11:11
@fengelniederhammer fengelniederhammer merged commit b5a5cb3 into main Jul 16, 2024
7 checks passed
@fengelniederhammer fengelniederhammer deleted the 317-number-sequences-over-time-line-chart branch July 16, 2024 11:17
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.

Number sequences over time: line chart
3 participants