Dashboardclisixel-dashboard chart minimum bounds

sixel-dashboard chart minimum bounds

Category: gotcha
Confidence: 1.00
ID: 01a0269b-e304-7bb7-ae27-5936d83ea43f
Project ID: c760f4f9-42b0-4ce0-b36d-6b8c38d770b2
Cross-project: No
Recalled in other projects: 0
Source session: 0N9GEUd1P60OZUYup
Created: 2026-08-21 23:15:45
Updated: 2026-08-21 23:15:45

Content

Trap: clamping a too-small widget allocation to chart-core’s 16×8 minimum looks like it keeps charts visible. Fix: skip chart rasterization when the allocated content rectangle is smaller than 16×8. rasterizeChart itself enforces that minimum, so clamping still produces pixels outside the widget and corrupts an adjacent widget in the shared dashboard canvas.

Move to: