Remove the range
This commit is contained in:
parent
57b8a76c64
commit
b70ed375a9
@ -458,8 +458,8 @@ export class GraphListComponent implements OnInit {
|
|||||||
}];
|
}];
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
// res.response.Minrange, res.response.Maxrange
|
||||||
let range = [res.response.Minrange, res.response.Maxrange]
|
let range = [];
|
||||||
let tickformat = res.response.tickFormat;
|
let tickformat = res.response.tickFormat;
|
||||||
// this.lg_last =
|
// this.lg_last =
|
||||||
// TargetDifficulty[TargetDifficulty.length - 1];
|
// TargetDifficulty[TargetDifficulty.length - 1];
|
||||||
|
Loading…
Reference in New Issue
Block a user