kfwalther / Polly

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

Add a bar chart to show the amount gained/lost for each stock #3

Closed kfwalther closed 1 year ago

kfwalther commented 1 year ago

This bar chart can go along with the holdings table, and should house all current stocks. It can be scrollable since there will be many. Could also color the bars green or red.

kfwalther commented 1 year ago

Added scrollable column chart, showing every current stock holding. Added colors for green or red bars based on value. This is complete.