acrodemocide / web.portfolio-analyzer

This is a React front-end for helping a user compare different asset portfolios and asset classes in various economic environments using historical and current stock data.
0 stars 1 forks source link

Create generic IncomeAreaChart component #14

Closed acrodemocide closed 1 year ago

acrodemocide commented 1 year ago

To prepare our benchmark, we want to use the IncomeAreaChart that came with our template. As part of this process, we need to create a generic version that allows us to just pass in data to our component which then displays our graph.

Acceptance Criteria 1- We have a generic IncomeAreaChart (doesn't need to be the same component) which we can use for displaying the result of backtesting our portfolio.