From 552d193cefc437553cf2ce7783cdd4ddaffd973c Mon Sep 17 00:00:00 2001 From: pal-sig <88981777+pal-sig@users.noreply.github.com> Date: Fri, 10 Dec 2021 11:27:45 +0530 Subject: [PATCH] fix: cluttering issue is fixed (#471) * fix: cluttering issue is fixed * fix: cluttering issue is fixed --- frontend/src/components/Graph/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Graph/index.tsx b/frontend/src/components/Graph/index.tsx index 377fa78190..45041ad505 100644 --- a/frontend/src/components/Graph/index.tsx +++ b/frontend/src/components/Graph/index.tsx @@ -126,7 +126,7 @@ const Graph = ({ time: { unit: 'minute', }, - type: 'timeseries', + type: 'time', }, y: { display: true,