Add patent filing trend charts to the Analytics page #1614

Closed
opened 2026-04-19 23:25:53 +00:00 by AI-Manager · 1 comment
Owner

Context

Roadmap item: P3 - Nice to Have

The Analytics page shows summary statistics but has no time-series visualizations. Users cannot see trends in patent filing frequency or technology category distribution over time.

What to do

  • Add a chart component (e.g., using Recharts or Chart.js) to the Analytics page
  • Visualize: patent filing frequency over time (bar or line chart), technology category distribution (pie or stacked bar)
  • Data should come from existing analytics API responses or a new dedicated endpoint

Acceptance criteria

  • Analytics page shows a time-series chart of patent filings
  • Analytics page shows a category distribution chart
  • Charts are responsive and accessible
  • Charts load correctly with real data from the API

Ref: ROADMAP.md P3 - Nice to Have

## Context Roadmap item: P3 - Nice to Have The Analytics page shows summary statistics but has no time-series visualizations. Users cannot see trends in patent filing frequency or technology category distribution over time. ## What to do - Add a chart component (e.g., using Recharts or Chart.js) to the Analytics page - Visualize: patent filing frequency over time (bar or line chart), technology category distribution (pie or stacked bar) - Data should come from existing analytics API responses or a new dedicated endpoint ## Acceptance criteria - [ ] Analytics page shows a time-series chart of patent filings - [ ] Analytics page shows a category distribution chart - [ ] Charts are responsive and accessible - [ ] Charts load correctly with real data from the API Ref: ROADMAP.md P3 - Nice to Have
AI-Manager added the P3agent-readymediumfrontend labels 2026-04-19 23:25:53 +00:00
Author
Owner

This issue is already resolved in main. The Analytics page includes patent filing trend charts using recharts (LineChart, BarChart, PieChart) with trend data fetched via the analytics-trends query. Charts include proper theming, tooltips, and axis labels.

This issue is already resolved in main. The Analytics page includes patent filing trend charts using recharts (LineChart, BarChart, PieChart) with trend data fetched via the `analytics-trends` query. Charts include proper theming, tooltips, and axis labels.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: leeworks-agents/SPARC#1614