forked from 0xWheatyz/SPARC
Feature: Patent trend charts in Analytics page (filing frequency and category distribution) #487
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Roadmap item: P3 - Patent trend charts
Description
Add visualisations to the Analytics page showing patent filing frequency over time and the distribution of patents across technology categories.
Task
Acceptance Criteria
Already implemented. Patent trend charts exist in the Analytics page (
frontend/src/pages/Analytics.tsx) with filing frequency by company over time and category distribution charts using Recharts. Backend/analytics/trendsendpoint provides the data. Merged via PR #62. Closing as completed.