Browse Source

Even out whitespace on the sides of the line chart

pull/341/head
Ivo Valchev 4 years ago
committed by GitHub
parent
commit
9ebbe449c5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/client/src/app/pages/zen/zen-page.html

2
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"

Loading…
Cancel
Save