In the session summary's Execution Profile chart (Tokens view), the area fill colors don't match the legend swatches or the hover tooltip text colors for the same series. Screenshot:
The legend is built from CSS custom properties (page.html, legendField(...) calls around line 2858, e.g. var(--c-input), var(--c-cache-read), var(--c-cache-write)). The chart's drawn area fills use a different palette that no longer matches those variables.
Environment
- Windows 11 Pro, build 10.0.26200
- Token Meter revision 0361558 (main, 2026-08-14)
- Bundled Python 3.12
In the session summary's Execution Profile chart (Tokens view), the area fill colors don't match the legend swatches or the hover tooltip text colors for the same series. Screenshot:
The legend is built from CSS custom properties (
page.html,legendField(...)calls around line 2858, e.g.var(--c-input),var(--c-cache-read),var(--c-cache-write)). The chart's drawn area fills use a different palette that no longer matches those variables.Environment