test commit

This commit is contained in:
shunmugam 2019-09-12 18:59:25 +05:30
parent 3029e71f4d
commit bfe5bd438e
2 changed files with 7 additions and 1 deletions

View File

@ -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';
}); });

View File

@ -1331,6 +1331,7 @@ export class GraphListComponent implements OnInit {
title: 'Cuckoo', title: 'Cuckoo',
fixedrange: true, fixedrange: true,
rangemode: 'nonnegative', rangemode: 'nonnegative',
automargin: true,
// showgrid: true, // showgrid: true,
range: range1, range: range1,
}, },
@ -1339,14 +1340,16 @@ export class GraphListComponent implements OnInit {
fixedrange: true, fixedrange: true,
// showgrid: true, // showgrid: true,
range: range3, range: range3,
automargin: true,
// overlaying: 'y', // overlaying: 'y',
rangemode: 'nonnegative', rangemode: 'nonnegative',
side: 'right', side: 'right',
position: 1.25 // position: 1.25
}, },
yaxis3: { yaxis3: {
title: 'RandomX', title: 'RandomX',
fixedrange: true, fixedrange: true,
automargin: true,
// showgrid: true, // showgrid: true,
range: range2, range: range2,
rangemode: 'nonnegative', rangemode: 'nonnegative',