Change Input as default in heatmap

This commit is contained in:
shunmugam 2019-09-18 11:40:18 +05:30
parent e2845d643f
commit c457167789

View File

@ -270,7 +270,7 @@ export class GraphListComponent implements OnInit {
this.transactionheatmapFunc(
this.tDate,
this.tHour,
this.tKernal,
this.tInput,
'Input',
);
resolve();