You aim to conceptualize and design a dashboard that displays key information about investors and their investments. The idea is that using your expertise, you create a cohesive visualization that has value, is visually pleasing, and has a good UX. There are no requirements for what specifically should be shown on screen, we want to assess your ability to turn raw data into value. You are expected to deliver a front-end platform in React.js, using D3.js (or a wrapper library like Nivo) to generate data visualizations. Typescript is optional.
In the first step I checked the dataset and variables, afterwards I did some cleaning.
In the second step I checked the investors through a ranking visualisation.
In the third step I checked the investment through a ranking visualisation.
In the fourth step I created the data files for the sankey.
In the fifth step I sketched the sankey idea using d3.js.
In the sixth step I created anthor sankey connectig the solution segments to the investors. I didn't use it in the final visualisation.
Please check the code in the MAIN.
Please check the code in the BRANCH.
There are three buttons to choose either from: all investors, only entities or only persons.

When hover over either the bars to the left (investments) or to the right (investors) the select investor and all their investments are highlighted.


