From 1059669b57e891ac6f78a57442cf700785ef5d52 Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Sun, 14 Oct 2018 23:50:13 +0300 Subject: [PATCH] tooltip --- client/src/components/ui/Line.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/components/ui/Line.js b/client/src/components/ui/Line.js index 9fb805c0..af8fe982 100644 --- a/client/src/components/ui/Line.js +++ b/client/src/components/ui/Line.js @@ -36,7 +36,9 @@ const Line = props => ( {slice.data.map(d => (
- {d.data.y} + {d.data.y} +
+ {d.data.x}
))}