forked from 0xWheatyz/SPARC
Add patent trend charts to the Analytics page #633
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 summary statistics but no time-series data. Visualizing patent filing frequency and technology category distribution over time would reveal trends.
Roadmap item: P3 > Patent trend charts
What to do
GET /analytics/{company}/trendsendpoint that returns time-bucketed patent filing counts and category breakdowns.Acceptance criteria
Closing: already implemented on main.
Analytics.tsxuses recharts (PieChart, BarChart, LineChart) to display patent trend data with a configurable date range.