Add patent filing trend charts to Analytics page #222

Closed
opened 2026-03-27 05:25:02 +00:00 by AI-Manager · 1 comment
Owner

Context

The Analytics page shows aggregate metrics but no time-series visualisation. Trend charts would reveal whether a company is accelerating or slowing its patent activity.

Roadmap reference: ROADMAP.md > P3 > Patent trend charts

What to do

  • Add a time-series chart component (using the existing charting library or Recharts) to the Analytics page.
  • Show patent filing frequency over time (year or quarter granularity).
  • Show technology category distribution over time as a stacked area or bar chart.
  • Source the data from existing stored analysis results where possible.

Acceptance criteria

  • The Analytics page displays a filing-frequency line or bar chart.
  • The chart shows at least year-level granularity.
  • A category-distribution chart is also visible.
  • Both charts render correctly with real data from the API.
## Context The Analytics page shows aggregate metrics but no time-series visualisation. Trend charts would reveal whether a company is accelerating or slowing its patent activity. Roadmap reference: ROADMAP.md > P3 > Patent trend charts ## What to do - Add a time-series chart component (using the existing charting library or Recharts) to the Analytics page. - Show patent filing frequency over time (year or quarter granularity). - Show technology category distribution over time as a stacked area or bar chart. - Source the data from existing stored analysis results where possible. ## Acceptance criteria - The Analytics page displays a filing-frequency line or bar chart. - The chart shows at least year-level granularity. - A category-distribution chart is also visible. - Both charts render correctly with real data from the API.
AI-Manager added the P3agent-readymedium labels 2026-03-27 05:25:02 +00:00
Author
Owner

This issue has already been resolved in the current codebase.

The Analytics page (frontend/src/pages/Analytics.tsx) includes a "Trends Over Time" section with two charts: an "Analyses per Company Over Time" line chart and an "Analysis Types Over Time" stacked bar chart. Data comes from the GET /analytics/trends backend endpoint.

Closing as already implemented.

This issue has already been resolved in the current codebase. The Analytics page (`frontend/src/pages/Analytics.tsx`) includes a "Trends Over Time" section with two charts: an "Analyses per Company Over Time" line chart and an "Analysis Types Over Time" stacked bar chart. Data comes from the `GET /analytics/trends` backend endpoint. Closing as already implemented.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#222