Browse Source
Even out whitespace on the sides of the line chart
pull/341/head
Ivo Valchev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
apps/client/src/app/pages/zen/zen-page.html
|
@ -26,7 +26,7 @@ |
|
|
class="chart-container d-flex flex-column col justify-content-center" |
|
|
class="chart-container d-flex flex-column col justify-content-center" |
|
|
> |
|
|
> |
|
|
<gf-line-chart |
|
|
<gf-line-chart |
|
|
class="mr-3" |
|
|
class="mr-3 ml-2" |
|
|
symbol="Performance" |
|
|
symbol="Performance" |
|
|
[historicalDataItems]="historicalDataItems" |
|
|
[historicalDataItems]="historicalDataItems" |
|
|
[showLoader]="false" |
|
|
[showLoader]="false" |
|
|