From d21535683c1dbd981933e9bb6fcb9a1097841092 Mon Sep 17 00:00:00 2001 From: ArtemBaskal Date: Tue, 6 Oct 2020 12:39:21 +0300 Subject: [PATCH] - client: 1750 Display 0% at the bottom in the statistical chart --- client/src/components/ui/Line.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/ui/Line.js b/client/src/components/ui/Line.js index 079678de..2374a3ca 100644 --- a/client/src/components/ui/Line.js +++ b/client/src/components/ui/Line.js @@ -8,7 +8,7 @@ const Line = ({ data, color }) => data && y === 0) ? 62 : 15, right: 0, bottom: 1, left: 20,