Skip to content

fix: Simplify goals dashboard - replace candlestick with bar chart#122

Open
Axel-DaMage wants to merge 1 commit into
mainfrom
fix/111-simplify-goals-chart
Open

fix: Simplify goals dashboard - replace candlestick with bar chart#122
Axel-DaMage wants to merge 1 commit into
mainfrom
fix/111-simplify-goals-chart

Conversation

@Axel-DaMage

Copy link
Copy Markdown
Owner

Cambios

  • Reemplaza el chart de velas (candlestick) financiero con un gráfico de barras agrupadas simple (completados vs fallados por día)
  • Elimina ~100 líneas de lógica over-engineered (candleData, candleScale, getY, candleHasData)
  • Arregla el widget giratorio comprimido reemplazando aspect-ratio: 1 con min-height: 280px
  • Reduce la ventana del chart de 30 a 14 días para mejor legibilidad

Closes #111

…idget sizing

- Replace over-engineered candlestick chart with simple grouped bar chart (completed vs failed per day)
- Remove candleData, candleScale, getY, candleHasData (150+ lines reduced to ~60)
- Fix compressed spinning widget by replacing aspect-ratio:1 with min-height

Closes #111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Goals dashboard: widget giratorio comprimido y candlestick over-engineering

1 participant