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}
))}