|
@ -2,19 +2,21 @@ |
|
|
class="align-items-center container d-flex flex-column h-100 justify-content-center overview p-0 position-relative" |
|
|
class="align-items-center container d-flex flex-column h-100 justify-content-center overview p-0 position-relative" |
|
|
> |
|
|
> |
|
|
<div class="row w-100"> |
|
|
<div class="row w-100"> |
|
|
<div class="chart-container col"> |
|
|
<div class="col p-0"> |
|
|
<gf-line-chart |
|
|
<div class="chart-container mx-auto position-relative"> |
|
|
class="position-absolute" |
|
|
<gf-line-chart |
|
|
symbol="Performance" |
|
|
class="position-absolute" |
|
|
[currency]="user?.settings?.baseCurrency" |
|
|
symbol="Performance" |
|
|
[historicalDataItems]="historicalDataItems" |
|
|
[currency]="user?.settings?.baseCurrency" |
|
|
[locale]="user?.settings?.locale" |
|
|
[historicalDataItems]="historicalDataItems" |
|
|
[ngClass]="{ 'pr-3': deviceType === 'mobile' }" |
|
|
[locale]="user?.settings?.locale" |
|
|
[showGradient]="true" |
|
|
[ngClass]="{ 'pr-3': deviceType === 'mobile' }" |
|
|
[showLoader]="false" |
|
|
[showGradient]="true" |
|
|
[showXAxis]="false" |
|
|
[showLoader]="false" |
|
|
[showYAxis]="false" |
|
|
[showXAxis]="false" |
|
|
></gf-line-chart> |
|
|
[showYAxis]="false" |
|
|
|
|
|
></gf-line-chart> |
|
|
|
|
|
</div> |
|
|
<div |
|
|
<div |
|
|
*ngIf="hasPermissionToCreateOrder && historicalDataItems?.length === 0" |
|
|
*ngIf="hasPermissionToCreateOrder && historicalDataItems?.length === 0" |
|
|
class="align-items-center d-flex h-100 justify-content-center w-100" |
|
|
class="align-items-center d-flex h-100 justify-content-center w-100" |
|
|