| 
									
										
										
										
											2023-07-22 15:43:52 +09:00
										 |  |  | <app-indexing-progress *ngIf="!widget"></app-indexing-progress> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <div [class.full-container]="!widget"> | 
					
						
							|  |  |  |   <div *ngIf="!widget" class="card-header mb-0 mb-md-4"> | 
					
						
							|  |  |  |     <div class="d-flex d-md-block align-items-baseline"> | 
					
						
							|  |  |  |       <span i18n="accelerator.acceleration-fees">Acceleration Fees</span> | 
					
						
							|  |  |  |       <button class="btn p-0 pl-2" style="margin: 0 0 4px 0px" (click)="onSaveChart()"> | 
					
						
							|  |  |  |         <fa-icon [icon]="['fas', 'download']" [fixedWidth]="true"></fa-icon> | 
					
						
							|  |  |  |       </button> | 
					
						
							|  |  |  |     </div>   | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-03-08 18:00:57 +09:00
										 |  |  |     <form [formGroup]="radioGroupForm" class="formRadioGroup" *ngIf="daysAvailable"> | 
					
						
							| 
									
										
										
										
											2023-07-22 15:43:52 +09:00
										 |  |  |       <div class="btn-group btn-group-toggle" name="radioBasic" [class]="{'disabled': isLoading}"> | 
					
						
							|  |  |  |         <label class="btn btn-primary btn-sm" [class.active]="radioGroupForm.get('dateSpan').value === '24h'"> | 
					
						
							|  |  |  |           <input type="radio" [value]="'24h'" fragment="24h" [routerLink]="['/graphs/acceleration/fees' | relativeUrl]" formControlName="dateSpan"> 24H | 
					
						
							|  |  |  |         </label> | 
					
						
							| 
									
										
										
										
											2024-03-08 18:00:57 +09:00
										 |  |  |         <label class="btn btn-primary btn-sm" *ngIf="daysAvailable >= 1" [class.active]="radioGroupForm.get('dateSpan').value === '3d'"> | 
					
						
							| 
									
										
										
										
											2023-07-22 15:43:52 +09:00
										 |  |  |           <input type="radio" [value]="'3d'" fragment="3d" [routerLink]="['/graphs/acceleration/fees' | relativeUrl]" formControlName="dateSpan"> 3D | 
					
						
							|  |  |  |         </label> | 
					
						
							| 
									
										
										
										
											2024-03-08 18:00:57 +09:00
										 |  |  |         <label class="btn btn-primary btn-sm" *ngIf="daysAvailable >= 3" [class.active]="radioGroupForm.get('dateSpan').value === '1w'"> | 
					
						
							| 
									
										
										
										
											2023-07-22 15:43:52 +09:00
										 |  |  |           <input type="radio" [value]="'1w'" fragment="1w" [routerLink]="['/graphs/acceleration/fees' | relativeUrl]" formControlName="dateSpan"> 1W | 
					
						
							|  |  |  |         </label> | 
					
						
							| 
									
										
										
										
											2024-03-08 18:00:57 +09:00
										 |  |  |         <label class="btn btn-primary btn-sm" *ngIf="daysAvailable >= 7" [class.active]="radioGroupForm.get('dateSpan').value === '1m'"> | 
					
						
							| 
									
										
										
										
											2023-07-22 15:43:52 +09:00
										 |  |  |           <input type="radio" [value]="'1m'" fragment="1m" [routerLink]="['/graphs/acceleration/fees' | relativeUrl]" formControlName="dateSpan"> 1M | 
					
						
							|  |  |  |         </label> | 
					
						
							| 
									
										
										
										
											2024-03-08 18:00:57 +09:00
										 |  |  |         <label class="btn btn-primary btn-sm" *ngIf="daysAvailable >= 30" [class.active]="radioGroupForm.get('dateSpan').value === '3m'"> | 
					
						
							| 
									
										
										
										
											2024-03-01 12:53:29 +01:00
										 |  |  |           <input type="radio" [value]="'3m'" fragment="3m" [routerLink]="['/graphs/acceleration/fees' | relativeUrl]" formControlName="dateSpan"> 3M | 
					
						
							|  |  |  |         </label> | 
					
						
							| 
									
										
										
										
											2024-03-08 18:00:57 +09:00
										 |  |  |         <label class="btn btn-primary btn-sm" *ngIf="daysAvailable >= 90" [class.active]="radioGroupForm.get('dateSpan').value === '6m'"> | 
					
						
							|  |  |  |           <input type="radio" [value]="'6m'" fragment="6m" [routerLink]="['/graphs/acceleration/fees' | relativeUrl]" formControlName="dateSpan"> 6M | 
					
						
							|  |  |  |         </label> | 
					
						
							|  |  |  |         <label class="btn btn-primary btn-sm" *ngIf="daysAvailable >= 180" [class.active]="radioGroupForm.get('dateSpan').value === '1y'"> | 
					
						
							|  |  |  |           <input type="radio" [value]="'1y'" fragment="1y" [routerLink]="['/graphs/acceleration/fees' | relativeUrl]" formControlName="dateSpan"> 1Y | 
					
						
							|  |  |  |         </label> | 
					
						
							|  |  |  |         <label class="btn btn-primary btn-sm" *ngIf="daysAvailable >= 360" [class.active]="radioGroupForm.get('dateSpan').value === '2y'"> | 
					
						
							|  |  |  |           <input type="radio" [value]="'2y'" fragment="2y" [routerLink]="['/graphs/acceleration/fees' | relativeUrl]" formControlName="dateSpan"> 2Y | 
					
						
							|  |  |  |         </label> | 
					
						
							|  |  |  |         <label class="btn btn-primary btn-sm" *ngIf="daysAvailable >= 720" [class.active]="radioGroupForm.get('dateSpan').value === '3y'"> | 
					
						
							|  |  |  |           <input type="radio" [value]="'3y'" fragment="3y" [routerLink]="['/graphs/acceleration/fees' | relativeUrl]" formControlName="dateSpan"> 3Y | 
					
						
							|  |  |  |         </label> | 
					
						
							|  |  |  |         <label class="btn btn-primary btn-sm" [class.active]="radioGroupForm.get('dateSpan').value === 'all'"> | 
					
						
							|  |  |  |           <input type="radio" [value]="'all'" fragment="all" [routerLink]="['/graphs/acceleration/fees' | relativeUrl]" formControlName="dateSpan"> ALL | 
					
						
							|  |  |  |         </label> | 
					
						
							| 
									
										
										
										
											2023-07-22 15:43:52 +09:00
										 |  |  |       </div> | 
					
						
							|  |  |  |     </form> | 
					
						
							|  |  |  |   </div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-03-20 09:57:05 +00:00
										 |  |  |   <div [class.chart]="!widget" [class.chart-widget]="widget" *browserOnly echarts [initOpts]="chartInitOptions" [options]="chartOptions" | 
					
						
							| 
									
										
										
										
											2023-07-22 15:43:52 +09:00
										 |  |  |     (chartInit)="onChartInit($event)"> | 
					
						
							|  |  |  |   </div> | 
					
						
							| 
									
										
										
										
											2024-03-20 09:57:05 +00:00
										 |  |  |   <div class="text-center loadingGraphs" *ngIf="!stateService.isBrowser || isLoading"> | 
					
						
							| 
									
										
										
										
											2023-07-22 15:43:52 +09:00
										 |  |  |     <div class="spinner-border text-light"></div> | 
					
						
							|  |  |  |   </div> | 
					
						
							|  |  |  | </div> |