From b70ed375a9fea4629a43042729f4107f1c596fa9 Mon Sep 17 00:00:00 2001 From: SuriyaR Date: Tue, 13 Aug 2019 16:10:34 +0530 Subject: [PATCH] Remove the range --- src/app/view/home/graph-list/graph-list.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/view/home/graph-list/graph-list.component.ts b/src/app/view/home/graph-list/graph-list.component.ts index ed568c5..ccce9d0 100644 --- a/src/app/view/home/graph-list/graph-list.component.ts +++ b/src/app/view/home/graph-list/graph-list.component.ts @@ -458,8 +458,8 @@ export class GraphListComponent implements OnInit { }]; break; } - - let range = [res.response.Minrange, res.response.Maxrange] + // res.response.Minrange, res.response.Maxrange + let range = []; let tickformat = res.response.tickFormat; // this.lg_last = // TargetDifficulty[TargetDifficulty.length - 1];