Space updated

This commit is contained in:
raja.blaze 2019-08-16 18:03:25 +05:30
parent 6d4039d10b
commit 5fc8a380fb
3 changed files with 5 additions and 5 deletions

View File

@ -145,9 +145,9 @@
<a href="JavaScript:void(0);" (click)=" <a href="JavaScript:void(0);" (click)="
ChartFromView('yesterday'); selectedInteverval = 2 ChartFromView('yesterday'); selectedInteverval = 2
" id="2" #intevalitem2 [ngClass]="{ active: selectedInteverval == intevalitem2.id, txt_primay: true }">Yesterday</a> " id="2" #intevalitem2 [ngClass]="{ active: selectedInteverval == intevalitem2.id, txt_primay: true }">Yesterday</a>
<a href="JavaScript:void(0);" (click)="ChartFromView('previous'); ">Pre</a> <a href="JavaScript:void(0);" (click)="ChartFromView('previous'); "><</a>
<span>{{showcurrentIntervalDate}}</span> <span>{{showcurrentIntervalDate}}</span>
<a href="JavaScript:void(0);" (click)="ChartFromView('next'); ">Next</a> <a href="JavaScript:void(0);" (click)="ChartFromView('next'); ">></a>
</div> </div>
</div> </div>

View File

@ -432,9 +432,9 @@
<a href="JavaScript:void(0);" (click)=" <a href="JavaScript:void(0);" (click)="
Blockintervalreq('yesterday'); selectedInteverval = 2 Blockintervalreq('yesterday'); selectedInteverval = 2
" id="2" #intevalitem2 [ngClass]="{ active: selectedInteverval == intevalitem2.id, txt_primay: true }">Yesterday</a> " id="2" #intevalitem2 [ngClass]="{ active: selectedInteverval == intevalitem2.id, txt_primay: true }">Yesterday</a>
<a href="JavaScript:void(0);" (click)="Blockintervalreq('previous'); ">Pre</a> <a href="JavaScript:void(0);" (click)="Blockintervalreq('previous'); "><</a>
<span>{{showcurrentIntervalDate}}</span> <span>{{showcurrentIntervalDate}}</span>
<a href="JavaScript:void(0);" (click)="Blockintervalreq('next'); ">Next</a> <a href="JavaScript:void(0);" (click)="Blockintervalreq('next'); ">></a>
</div> </div>
<div class="explore_all text-right"> <div class="explore_all text-right">

View File

@ -763,7 +763,7 @@ export class GraphListComponent implements OnInit {
y: Blockval, y: Blockval,
text: Blockval, text: Blockval,
name: '', name: '',
hovertemplate: 'Blocks %{x}<br> Inteval : %{text:,}', hovertemplate: 'Blocks : %{x}<br> Inteval : %{text:,}',
type: 'bar', type: 'bar',
marker: { marker: {
color: Blockval, color: Blockval,