From 7e916cbffdc9cd82104b5e5fa7c42b56a1fd475f Mon Sep 17 00:00:00 2001
From: Remi Planel <rplanel@pasteur.fr>
Date: Wed, 3 Apr 2019 15:32:31 +0200
Subject: [PATCH] Add a group for genome-axis

---
 src/index.html | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/index.html b/src/index.html
index e347e61..d9a9372 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,8 +1,11 @@
 <html>
 
 <body>
-    <svg width="1280" height="900">
-        <g id="genes"></g>
+    <svg>
+        <g id="genome-browser">
+            <g id="axis"></g>
+            <g id="genes"></g>
+        </g>
 
     </svg>
     <script src="./scripts/index.ts"></script>
-- 
GitLab