kfwalther / Polly

A portfolio tracking tool written in Go and React.
0 stars 0 forks source link

Add a line chart showing portfolio growth over time #5

Closed kfwalther closed 1 year ago

kfwalther commented 1 year ago

Add a line chart to display the total portfolio growth over time.

kfwalther commented 1 year ago

Calculated total portfolio historical value since inception on the Go backend, and passed this data to be charted (with trades overlayed) on frontend. Also, we pass each stock's historical value, and this can be plotted on the same graph to view individual stock history (with trades overlayed).