aestheticbughelp wanted
Repository metrics
- Stars
- (181 stars)
- PR merge metrics
- (PR metrics pending)
Description
When selecting just two dataseries in the charts, everything looks rather good:

However, when adding more data series, the colors are mixed awkwardly, making it hard to distinguish them:

This is due to the use of transparency in the fill colors. Perhaps, we should look at Chart.js’s area charts, which seem to handle color transparency much more nicely:

In the worst case, we should consider removing the fill colors entirely, as legibility of the charts should be top priority.