From 46224ce156a9a2782a21172c39c40968db7f89e0 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 25 Mar 2019 19:36:38 +0000 Subject: first working version of pan + zoom + click --- app/static/annotate.css | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) (limited to 'app/static') diff --git a/app/static/annotate.css b/app/static/annotate.css index d6e30fc..0ee40f6 100644 --- a/app/static/annotate.css +++ b/app/static/annotate.css @@ -3,25 +3,6 @@ text-align: center; } -/* -path { - stroke-width: 2; - fill: none; -} - -.axis path, .axis line { - fill: none; - stroke: grey; - stroke-width: 1; - shape-rendering: crispEdges; -} - -#changepoint-table { - margin: 0 auto; -} - -*/ - .line { fill: none; stroke: blue; @@ -33,8 +14,8 @@ circle { fill: blue; } -.zoom { - cursor: move; - fill: none; - pointer-events: fill; +rect { + fill: white; + opacity: 0; } + -- cgit v1.2.3