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

feat(openchallenges): add caption showing undatedChallengeCounts in timeline plot #2353

Merged
merged 14 commits into from
Nov 16, 2023
Prev Previous commit
Next Next commit
Update libs/openchallenges/home/src/lib/statistics-viewer/statistics-…
…viewer.component.ts

Co-authored-by: Thomas Schaffter <thomas.schaffter@gmail.com>
rrchai and tschaffter authored Nov 14, 2023
commit dcbf37648c180de59119a38be7b38f1816ec23f5
Original file line number Diff line number Diff line change
@@ -88,7 +88,7 @@ export class StatisticsViewerComponent implements OnInit, OnDestroy {
style: {
text:
`*An additional ${res.undatedChallengeCount} challenges ` +
`without start dates are not displayed in the plot`,
`without known start dates are not displayed.`,
fill: '#888',
},
left: 'center',