You need to sign in or sign up before continuing.
feat(stats): created new branch name with both changes on backend routes and front end viz to create a nice public dashboard
- Add Stats.tsx tab navigation (Authors, Articles, Crossed, About)
- Add AuthorsStats.tsx with fetch from /api/stats/authors
- Add GraphPie, GraphBarChartH, GraphBarChartV, GraphTreeMap components
- GraphTreeMap migrated from Recharts to D3 for accurate float layout
- Add statusLabels to constants/labels.ts
- Fix responsive layout with CSS columns and flex 1/3 2/3
- Add ResizeObserver on TreeMap for responsive redraw