Support chart colours aren't dark-mode friendly
Metadata
Current evaluation
Support-schedule chart in snapcraft docs renders release milestones and legacy add-on commitment in near-black (#111), unreadable in dark mode. Fix requested: Canonical colours with contrast for both modes. Unfixed; black fill still in support-chart.css, no activity since filing.
Suggested action: keep open
Reason: The issue is a valid, clearly-scoped bug (labeled Type: Bug, filed by maintainer medubelko) and is still reproducible: docs/_static/css/support-chart.css still defines .chart__bar--black { fill: #111; } and .chart__milestone-release { fill: #56334b; }, and the only commits touching the chart files are the original addition (#5911) and a label/date update (#6158), neither of which addresses dark-mode contrast. It should remain open for a straightforward CSS colour fix.
Issue body
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.8-27b |
Impact:
20
Quick Win:
16.0
Staleness:
55
Complexity:
20
Confidence:
80
Support Request:
0
|
keep open | Support-schedule chart in snapcraft docs renders release milestones and legacy add-on commitment in near-black (#111), unreadable in dark mode. Fix requested: Canonical colours with contrast for both modes. Unfixed; black fill still in support-chart.css, no activity since filing. | |
| qwen/qwen3.6-35b-a3b |
Staleness:
70
Complexity:
10
Confidence:
85
Support Request:
0
|
needs triage | Support chart on documentation site uses black text that lacks contrast in dark mode. Open for 105 days with no maintainer comments or activity. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
65
Complexity:
15
Confidence:
85
Support Request:
5
|
needs triage | Support chart uses black text that lacks contrast in dark mode. Reported by a maintainer with a screenshot and link to the affected documentation page. Awaiting team triage. | |
| qwen3.6-35b-a3b-mtp-q6 |
Staleness:
45
Complexity:
10
Confidence:
85
Support Request:
0
|
keep open | Support chart uses black elements that lack contrast in dark mode. Requires replacement with standard Canonical colors for proper visibility. Open bug, unassigned, awaiting triage and assignment. |
Update history
No update history recorded yet.
Related work
-
Caused By:
snapcraft/snapcraft#5911
(confidence 70%)
PR that introduced the support chart and its hardcoded black milestone/Pro bar colours.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #6169 docs: fix support chart colours for dark mode | snapcraft | open | Docs-only CSS fix making support-chart Pro bars and milestone markers visible in dark mode via two CSS custom properties with light-mode fallbacks. Pending review, 0 comments, CI passing, no activity since creation ~143 days ago. |