Hacker News new | ask | show | jobs
by thelamest 1442 days ago
Like the idea and execution a lot! Being IANAF, I like to refer people to chapters 4–7 of this lecture from Robert Shiller’s “Financial Markets” Yale course: https://youtu.be/_B_24GUWdSM?t=1269 (~40 minutes). The concept gives a solid insight into why and (broadly) how to diversify. With your work, a very minor note is that the chartjs pie chart always fully redraws for me from the 12 o’clock position on risk preference changes, which makes visual comparisons minimally more difficult. It’s purely cosmetic, because the table communicates this much better anyway, but maybe it’s an easy fix.
1 comments

Thanks! I've also noticed that the pie chart re-rendering is quite busy and visually distracting. But javascript is by far my weakest layer in the whole stack so I've struggled to fiddle with it without breaking it :)