Merge branch 'dev' of https://gitlab.com/epic-tech/explorer2.epic.tech-angular8 into dev
This commit is contained in:
commit
43ad31c55d
@ -252,6 +252,9 @@ export class GraphDetailComponent implements OnInit {
|
|||||||
this.hashdata = this.comp.linearTotalGraphData;
|
this.hashdata = this.comp.linearTotalGraphData;
|
||||||
this.hashdata.layout.height = 300;
|
this.hashdata.layout.height = 300;
|
||||||
this.hashdata.layout.xaxis.domain = [0.1,0.9];
|
this.hashdata.layout.xaxis.domain = [0.1,0.9];
|
||||||
|
this.hashdata.layout.yaxis.automargin= true;
|
||||||
|
this.hashdata.layout.yaxis1.automargin= true;
|
||||||
|
this.hashdata.layout.yaxis2.automargin= true;
|
||||||
this.hashdata.layout.yaxis2.position = 2.25;
|
this.hashdata.layout.yaxis2.position = 2.25;
|
||||||
this.title = 'Total Difficulty';
|
this.title = 'Total Difficulty';
|
||||||
});
|
});
|
||||||
|
@ -1339,7 +1339,7 @@ export class GraphListComponent implements OnInit {
|
|||||||
fixedrange: true,
|
fixedrange: true,
|
||||||
// showgrid: true,
|
// showgrid: true,
|
||||||
range: range3,
|
range: range3,
|
||||||
overlaying: 'y',
|
// overlaying: 'y',
|
||||||
rangemode: 'nonnegative',
|
rangemode: 'nonnegative',
|
||||||
side: 'right',
|
side: 'right',
|
||||||
position: 1.25
|
position: 1.25
|
||||||
|
@ -72,6 +72,8 @@
|
|||||||
.ngx-pagination li.pagination-previous{display: inline-block;}
|
.ngx-pagination li.pagination-previous{display: inline-block;}
|
||||||
.ngx-pagination li.pagination-next{display: inline-block;}
|
.ngx-pagination li.pagination-next{display: inline-block;}
|
||||||
.hashdata_table td{border: 1px solid #a6a6a6;}
|
.hashdata_table td{border: 1px solid #a6a6a6;}
|
||||||
|
.body_bg.py-4{padding-top: 0px !important}
|
||||||
|
.block_details.mb-5{margin-bottom: 0px !important}
|
||||||
|
|
||||||
}
|
}
|
||||||
@media(max-width: 575px){
|
@media(max-width: 575px){
|
||||||
|
Loading…
Reference in New Issue
Block a user