forked from 0xWheatyz/SPARC
Add patent trend charts to the Analytics page (filing frequency and category distribution) #1282
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
The Analytics page shows aggregate statistics but has no time-series visualisation. Patent filing frequency over time and technology category distribution charts would make trends immediately visible.
Roadmap reference: P3 - Patent trend charts
What to do
recharts/chart.js):Acceptance criteria
Triage: Already Implemented
Trend charts are fully implemented on
main:GET /analytics/trendsendpoint (api.py lines 511-580) returnsby_month(per-company per-month counts) andby_type_over_timedata.Analytics.tsxusesrechartswithLineChartfor patent count over time per company,PieChartfor distribution by company, andBarChartfor analysis types.useQuerywith thedaysparameter.Closing as completed.