From d3f7302f9b488756c0f4a767179b0dfb08edf68a Mon Sep 17 00:00:00 2001 From: "raja.blaze" Date: Thu, 12 Sep 2019 19:22:09 +0530 Subject: [PATCH] Graph fixed --- .../view/graph-view/graph-detail/graph-detail.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/view/graph-view/graph-detail/graph-detail.component.ts b/src/app/view/graph-view/graph-detail/graph-detail.component.ts index 88ca5a6..1b19cb7 100644 --- a/src/app/view/graph-view/graph-detail/graph-detail.component.ts +++ b/src/app/view/graph-view/graph-detail/graph-detail.component.ts @@ -63,8 +63,8 @@ export class GraphDetailComponent implements OnInit { this.hashdata = this.comp.linearTotalGraphData; console.log('this.comp.linearTotalGraphData',this.comp.linearTotalGraphData); this.hashdata.layout.height = 300; - this.hashdata.layout.xaxis.domain = [0.1,0.9]; - this.hashdata.layout.yaxis2.position = 2.25; + //this.hashdata.layout.xaxis.domain = [0.1,0.9]; + //this.hashdata.layout.yaxis2.position = 1.25; this.title = 'Total Difficulty'; this.selectedItem = 6; this.titleService.setTitle(