As a user, I want to be able to view a GrossEarningsChart so that I can analyze the performance of a management contract.
Acceptance Criteria
[ ] Chart accurately depicts management share over time.
[ ] Chart displays post-term duration clearly.
[ ] Gross earnings are represented in a user-friendly manner.
[ ] Term length is visibly marked on the chart.
[ ] The chart includes interactive elements such as tooltips for detailed information.
[ ] Data points are easily distinguishable for different time periods.
[ ] There is a clear legend to explain different data representations.
[ ] Chart data is responsive to different time scales (e.g., monthly, yearly).
sequenceDiagram
participant User as User
participant Interface as Interface
User->>Interface: Select management contract
Interface->>User: Display GrossEarningsChart
loop Every Interaction
User->>Interface: Request detailed data
Interface->>User: Show tooltip with figures
end
Gross Earnings Chart
As a user, I want to be able to view a GrossEarningsChart so that I can analyze the performance of a management contract.
Acceptance Criteria