From 5076d6fccc08eb1481aaca2f5ed9a7ad9132cc79 Mon Sep 17 00:00:00 2001 From: shunmugam Date: Thu, 17 Oct 2019 12:03:32 +0530 Subject: [PATCH] graph zero line --- 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 7cd7a9d..d36ec5f 100644 --- a/src/app/view/home/graph-list/graph-list.component.ts +++ b/src/app/view/home/graph-list/graph-list.component.ts @@ -1296,7 +1296,7 @@ export class GraphListComponent implements OnInit { height: 250, xaxis: { showgrid: true, - zeroline: false, + zeroline: true, tickformat: '%m-%d', rangemode: 'nonnegative', fixedrange: true,