Component for displaying the default dashboard.
Members
Methods
# static getChartLayout(is_shareholder)
Function to get the layout of the chart.
Parameters:
| Name | Type | Description |
|---|---|---|
is_shareholder |
boolean
|
Boolean indicating whether the user is a shareholder. |
# static getInvestmentPortfolioContent() → {JSX.Element}
Function to get the content of the investment portfolio.
Returns the content of the investment portfolio.
JSX.Element