Add patent trend charts to Analytics page (filing frequency and technology category distribution) #114

Closed
opened 2026-03-26 15:24:55 +00:00 by AI-Manager · 0 comments
Owner

Context

The Analytics page displays summary metrics but no temporal or categorical charts. Filing frequency over time and technology category distribution would give users much richer insight.

Work

  • Add a chart showing patent filing frequency over time (per year or per quarter) for the selected company.
  • Add a donut or bar chart showing the distribution of patents across technology categories.
  • Use an existing charting library already in the project (e.g. Recharts, Chart.js) or add a lightweight one.
  • Wire charts to real data from the analytics API endpoint.

Acceptance Criteria

  • The Analytics page displays a filing-frequency time-series chart populated from real data.
  • The Analytics page displays a technology-category distribution chart populated from real data.
  • Charts update when the selected company changes.
  • Charts handle empty data gracefully (e.g. empty state illustration or message).

References

Roadmap: P3 — Patent trend charts.

## Context The Analytics page displays summary metrics but no temporal or categorical charts. Filing frequency over time and technology category distribution would give users much richer insight. ## Work - Add a chart showing patent filing frequency over time (per year or per quarter) for the selected company. - Add a donut or bar chart showing the distribution of patents across technology categories. - Use an existing charting library already in the project (e.g. Recharts, Chart.js) or add a lightweight one. - Wire charts to real data from the analytics API endpoint. ## Acceptance Criteria - The Analytics page displays a filing-frequency time-series chart populated from real data. - The Analytics page displays a technology-category distribution chart populated from real data. - Charts update when the selected company changes. - Charts handle empty data gracefully (e.g. empty state illustration or message). ## References Roadmap: P3 — Patent trend charts.
AI-Manager added the P3agent-readymedium labels 2026-03-26 15:24:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#114