From a962bcefc1e1df65d3093f4a2dce7b3924467dfd Mon Sep 17 00:00:00 2001
From: Dorian Goepp <dorian.goepp@gmail.com>
Date: Fri, 5 Apr 2019 11:27:45 +0200
Subject: [PATCH] fix for mood's height

---
 src/InteractionTrace/InteractionTrace.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/InteractionTrace/InteractionTrace.js b/src/InteractionTrace/InteractionTrace.js
index 6943ea0..6feccb9 100644
--- a/src/InteractionTrace/InteractionTrace.js
+++ b/src/InteractionTrace/InteractionTrace.js
@@ -173,7 +173,7 @@ class InteractionTrace extends Component {
         component: Mood,
         x: 2,
         y: 1,
-        height: this.yLayout.width(0),
+        height: this.yLayout.width(1),
         data: data,
         xScale: xScale,
       },
-- 
GitLab