-
refactor(admin): use inline pixel heights for overview charts
All checks were successfulBuild and Publish Docker Image / deploy (push) Successful in 1m40sreleased this
2026-06-01 12:30:59 +03:00 | 30 commits to master since this releaseRefactors the admin overview dashboard charts to use inline pixel heights (up to 150px) instead of CSS variables and percentage-based heights. This provides more robust rendering and layout control.
Changes include:
- Replacing
HeightwithHeightPxin chart bar structures. - Rendering inline styles for height and width on charts and status bars.
- Adding fallback data attributes (
data-height-px,data-chart-value, etc.) and loading a new fallback script (25-admin-charts.js). - Updating and expanding test coverage to assert correct scaling and HTML rendering.
Downloads
- Replacing