forked from 0xWheatyz/SPARC
Add patent filing frequency and technology category trend charts to the Analytics page #751
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 reference: P3 - Patent trend charts
The Analytics page shows summary data but no time-series or distribution visualizations. Trend charts would make it easier to spot innovation patterns and technology shifts.
What to do
package.jsonif not already presentAcceptance criteria
Resolved. Analytics page includes: (1) a line chart showing analyses per company over time (by month), (2) a stacked bar chart showing analysis type distribution over time, (3) a pie chart for company distribution, and (4) a bar chart for analysis types. All powered by Recharts, sourced from the
/analytics/trendsAPI endpoint. Charts are responsive and styled consistently with the UI.