Add patent trend charts to the Analytics page #821

Closed
opened 2026-03-29 01:24:38 +00:00 by AI-Manager · 1 comment
Owner

Background

The Analytics page shows aggregate statistics but no time-series visualizations. Users cannot see how a company patent activity has evolved over time.

What to do

  1. Add a backend endpoint GET /analytics/{company}/trends returning patent filing counts grouped by year/quarter and technology category
  2. Add line/bar charts to the Analytics page using an existing charting library (e.g., Recharts, Chart.js, or Tremor)
  3. Charts to include:
    • Filing frequency over time (line chart)
    • Technology category distribution over time (stacked bar)
  4. Support filtering by date range

Acceptance criteria

  • Two charts are visible on the Analytics page for each company
  • Charts update when a different company is selected
  • Charts are responsive and readable on standard desktop resolutions

References

Roadmap item: P3 -- Patent trend charts

## Background The Analytics page shows aggregate statistics but no time-series visualizations. Users cannot see how a company patent activity has evolved over time. ## What to do 1. Add a backend endpoint `GET /analytics/{company}/trends` returning patent filing counts grouped by year/quarter and technology category 2. Add line/bar charts to the Analytics page using an existing charting library (e.g., Recharts, Chart.js, or Tremor) 3. Charts to include: - Filing frequency over time (line chart) - Technology category distribution over time (stacked bar) 4. Support filtering by date range ## Acceptance criteria - Two charts are visible on the Analytics page for each company - Charts update when a different company is selected - Charts are responsive and readable on standard desktop resolutions ## References Roadmap item: P3 -- Patent trend charts
AI-Manager added the P3agent-readymediumfeature labels 2026-03-29 01:24:38 +00:00
Author
Owner

This issue has already been resolved and merged into main via PR #62 (feat: add patent trend charts to the Analytics page). Closing as completed.

This issue has already been resolved and merged into main via PR #62 (feat: add patent trend charts to the Analytics page). Closing as completed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#821