From 9c98e5bc50971e91def3b4490deff727c72caa23 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 25 Mar 2019 15:49:18 +0000 Subject: Start work on annotation view --- app/static/annotate.css | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 app/static/annotate.css (limited to 'app/static') diff --git a/app/static/annotate.css b/app/static/annotate.css new file mode 100644 index 0000000..d6e30fc --- /dev/null +++ b/app/static/annotate.css @@ -0,0 +1,40 @@ +#graph { + margin: 0 auto; + 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; + clip-path: url(#clip); +} + +circle { + clip-path: url(#clip); + fill: blue; +} + +.zoom { + cursor: move; + fill: none; + pointer-events: fill; +} -- cgit v1.2.3