Merge pull request #905 from MiguelMedeiros/add-2y-3y-graph-time-span

UI/UX: Add 2y and 3y statistics time span.
This commit is contained in:
softsimon
2021-11-05 23:09:35 +04:00
committed by GitHub
6 changed files with 63 additions and 4 deletions

View File

@@ -34,6 +34,12 @@
<label ngbButtonLabel class="btn-primary btn-sm">
<input ngbButton type="radio" [value]="'1y'" [routerLink]="['/graphs' | relativeUrl]" fragment="1y"> 1Y
</label>
<label ngbButtonLabel class="btn-primary btn-sm">
<input ngbButton type="radio" [value]="'2y'" [routerLink]="['/graphs' | relativeUrl]" fragment="2y"> 2Y
</label>
<label ngbButtonLabel class="btn-primary btn-sm">
<input ngbButton type="radio" [value]="'3y'" [routerLink]="['/graphs' | relativeUrl]" fragment="3y"> 3Y
</label>
</div>
<div class="small-buttons">
<div ngbDropdown #myDrop="ngbDropdown">