Autodesk/hubble

Overlapping data series are not rendered nicely

Open

#33 opened on Oct 30, 2017

View on GitHub
 (0 comments) (0 reactions) (1 assignee)Python (47 forks)auto 404
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:

screenshot from 2017-10-30 17-19-09

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

screenshot from 2017-10-30 17-19-22

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:

screenshot from 2017-10-30 17-27-41

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

Contributor guide