-
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
Number of sequences over time: implement line chart view #334
Number of sequences over time: implement line chart view #334
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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. |
No data in this case means 0 available sequences, so I think that we should fill up with 0. |
3fdd1de
to
1cef69d
Compare
f60a7c8
to
5931244
Compare
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.
LGTM
components/src/preact/numberSequencesOverTime/number-sequences-over-time-line-chart.tsx
Show resolved
Hide resolved
c19e131
to
4c416c5
Compare
5931244
to
2e3c011
Compare
resolves #317
Summary
Adding line charts.
Screenshot
PR Checklist