Add colored SCA-style flavor wheel to cupping; colorize the radar chart
Test and deploy / test-and-deploy (push) Successful in 55s

- New flavor-wheel.js: two-ring sunburst (families inner, descriptors
  outer) in SCA hue families; tapping a wedge toggles the same flavor
  tag as the checkbox list; selections render bold with a dark outline;
  respects the tag limit; labels drawn above all wedges so long names
  never clip (screenshot-verified in headless Chromium)
- Cupping radar: one hue per attribute on labels + vertex dots

Co-Authored-By: Claude Fable 5 <[email protected]>
This commit is contained in:
Shane Maynard
2026-08-09 10:11:31 -04:00
co-authored by Claude Fable 5
parent 2e1b8d24f9
commit ec078116b4
4 changed files with 187 additions and 2 deletions
+10
View File
@@ -3300,3 +3300,13 @@ select.f {
to { transform: translateX(400px); }
}
.ac-jb-marker { animation: ac-jb-marker-kf 14s linear infinite; }
/* ── Flavor wheel (cupping) ───────────────────────────────────────────── */
.flavor-wheel-wrap {
max-width: 480px;
margin: 0 auto 14px;
}
.flavor-wheel-wrap svg {
width: 100%;
display: block;
}