|
|
@ -2,7 +2,8 @@ |
|
|
|
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="chart-container col"> |
|
|
|
<div class="col p-0"> |
|
|
|
<div class="chart-container mx-auto position-relative"> |
|
|
|
<gf-line-chart |
|
|
|
class="position-absolute" |
|
|
|
symbol="Performance" |
|
|
@ -15,6 +16,7 @@ |
|
|
|
[showXAxis]="false" |
|
|
|
[showYAxis]="false" |
|
|
|
></gf-line-chart> |
|
|
|
</div> |
|
|
|
<div |
|
|
|
*ngIf="hasPermissionToCreateOrder && historicalDataItems?.length === 0" |
|
|
|
class="align-items-center d-flex h-100 justify-content-center w-100" |
|
|
|