expenses_manager/expenses_manager/expenses/templates
JKuijperM 161ea36ff5 Theming de graficos Chart.js para modo claro/oscuro
- 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>
2026-08-26 17:43:59 +02:00
..
categories Unified the confirm/delete/back buttons 2026-07-31 11:03:06 +02:00
expenses Theming de graficos Chart.js para modo claro/oscuro 2026-08-26 17:43:59 +02:00
fuel Theming de graficos Chart.js para modo claro/oscuro 2026-08-26 17:43:59 +02:00
goals Unified the confirm/delete/back buttons 2026-07-31 11:03:06 +02:00
registration Added a night vision and modified the theme of the application 2026-07-30 08:26:48 +02:00
settings Created the view "settings" 2026-07-09 18:15:39 +02:00