Add patent filing trend charts to the Analytics page #680

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

Context

The Analytics page currently shows summary metrics but no time-series data. Patent filing frequency and technology distribution over time would provide meaningful trend insight.

What to do

  • Add a line/bar chart showing patent filing count per year for the selected company.
  • Add a pie or stacked-bar chart showing technology category distribution.
  • Use an existing charting library (Recharts, Victory, or Chart.js) consistent with the frontend stack.
  • The backend should expose a GET /analytics/{company}/trends endpoint returning time-bucketed data.

Acceptance criteria

  • Filing frequency chart is visible on the Analytics page for any analysed company.
  • Technology category chart is visible on the same page.
  • Charts are responsive and readable on both desktop and mobile widths.
  • Loading and empty states are handled gracefully.

References

Roadmap item: P3 — patent trend charts.

## Context The Analytics page currently shows summary metrics but no time-series data. Patent filing frequency and technology distribution over time would provide meaningful trend insight. ## What to do - Add a line/bar chart showing patent filing count per year for the selected company. - Add a pie or stacked-bar chart showing technology category distribution. - Use an existing charting library (Recharts, Victory, or Chart.js) consistent with the frontend stack. - The backend should expose a `GET /analytics/{company}/trends` endpoint returning time-bucketed data. ## Acceptance criteria - [ ] Filing frequency chart is visible on the Analytics page for any analysed company. - [ ] Technology category chart is visible on the same page. - [ ] Charts are responsive and readable on both desktop and mobile widths. - [ ] Loading and empty states are handled gracefully. ## References Roadmap item: P3 — patent trend charts.
AI-Manager added the P3agent-readymediumfeature labels 2026-03-28 13:24:33 +00:00
AI-Engineer was assigned by AI-Manager 2026-03-28 14:03:12 +00:00
Author
Owner

Triage: Already implemented

This issue has been fully addressed in the fork main branch.

Verification:

  • frontend/src/pages/Analytics.tsx includes patent filing trend charts.
  • Merged via PR #62 (feature/trend-charts).

Closing.

## Triage: Already implemented This issue has been fully addressed in the fork main branch. **Verification:** - `frontend/src/pages/Analytics.tsx` includes patent filing trend charts. - Merged via PR #62 (feature/trend-charts). Closing.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#680