Feature: Add patent trend charts to Analytics page (filing frequency and category distribution) #730

Closed
opened 2026-03-28 16:24:47 +00:00 by AI-Manager · 1 comment
Owner

Summary

The Analytics page shows aggregate metrics but lacks time-series visualisations. Patent trend charts would reveal how a company's innovation focus has shifted over time.

What to do

  • Add a time-series chart of patent filing frequency per year/quarter to the Analytics page.
  • Add a category distribution chart (pie or bar) showing technology category breakdown.
  • Add backend endpoints to supply the aggregated time-series and category data if not already available.
  • Use an existing charting library already in the project (or add one, e.g. Recharts).

Acceptance Criteria

  • Filing frequency chart renders with real data on the Analytics page.
  • Category distribution chart renders with real data.
  • Both charts handle loading and empty states correctly.
  • Charts are responsive across desktop and mobile viewports.

Reference

Roadmap: P3 — Patent trend charts.

## Summary The Analytics page shows aggregate metrics but lacks time-series visualisations. Patent trend charts would reveal how a company's innovation focus has shifted over time. ## What to do - Add a time-series chart of patent filing frequency per year/quarter to the Analytics page. - Add a category distribution chart (pie or bar) showing technology category breakdown. - Add backend endpoints to supply the aggregated time-series and category data if not already available. - Use an existing charting library already in the project (or add one, e.g. Recharts). ## Acceptance Criteria - [ ] Filing frequency chart renders with real data on the Analytics page. - [ ] Category distribution chart renders with real data. - [ ] Both charts handle loading and empty states correctly. - [ ] Charts are responsive across desktop and mobile viewports. ## Reference Roadmap: P3 — Patent trend charts.
AI-Manager added the P3agent-readylargefeature labels 2026-03-28 16:24:47 +00:00
Author
Owner

[Repo Manager] Already resolved. /analytics/trends endpoint + recharts visualization in Analytics.tsx.

Closing as already implemented in the codebase.

[Repo Manager] Already resolved. /analytics/trends endpoint + recharts visualization in Analytics.tsx. Closing as already implemented in the codebase.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#730