Updated the web #31
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- Anade charts.js con getChartColors, applyCartesianColors y registerThemedChart para centralizar los colores de los graficos segun el tema activo y refrescarlos en vivo al cambiar de tema (via MutationObserver sobre data-theme). - Corrige el bug de renderizado en graficos de tipo 'line' (TypeError: t.startsWith is not a function): los colores de tema ahora se fijan en las opciones al crear cada grafico en lugar de mutarlas despues de new Chart(...). - Anade variables --chart-grid-color y --chart-fill-color en base.css (light/dark) e incluye charts.js en base.html. - Aplica el theming a categoryChart, mainChart y accountChart{id} (dashboard.html), miniChart (home.html) y monthlyChart/kmChart (fuel/list.html). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>