From c457167789fa18a5f7354711344a16c0c4b90bf0 Mon Sep 17 00:00:00 2001 From: shunmugam Date: Wed, 18 Sep 2019 11:40:18 +0530 Subject: [PATCH] Change Input as default in heatmap --- src/app/view/home/graph-list/graph-list.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 86c53e1..4a35ee6 100644 --- a/src/app/view/home/graph-list/graph-list.component.ts +++ b/src/app/view/home/graph-list/graph-list.component.ts @@ -270,7 +270,7 @@ export class GraphListComponent implements OnInit { this.transactionheatmapFunc( this.tDate, this.tHour, - this.tKernal, + this.tInput, 'Input', ); resolve();