horvathmarton / stock-buddy-dashboard

Web app for the Stock Buddy portfolio monitoring platform.
MIT License
0 stars 0 forks source link

The annualized return chart contains placeholder data #15

Closed horvathmarton closed 2 years ago

horvathmarton commented 2 years ago

Expected Behavior

The annualized return chart shows the annualized return of each position in the selected portfolio.

Actual Behavior

The annualized return chart shows the same data as the total return chart.

Steps to Reproduce the Problem

  1. Log in as a user with an existing portfolio.
  2. Navigate to the Portfolio view.
  3. Open the PnL tab.
  4. The two charts on the right side show the same data.

Technical details

This fix requires API change because the annualized return data is currently not sent.

Specifications