diff -r 9fcb0e0991ed -r c0034b35c44e client/annotviz/app/js/annotsroll.js --- a/client/annotviz/app/js/annotsroll.js Thu Jan 22 10:30:36 2015 +0100 +++ b/client/annotviz/app/js/annotsroll.js Thu Jan 22 11:16:20 2015 +0100 @@ -132,7 +132,7 @@ if(text) { var catText = new PIXI.Text(text, annotStyles.text); catText.x = x + 20; - catText.y = y; + catText.y = y + textHeight; this.container.addChild(catText); textHeight += (catText.height + 2); }