From 1fd0dd8b28bac19431a8c577ee78ea655882ad82 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 31 Jul 2019 16:28:31 +0100 Subject: Add support for multidimensional datasets --- app/static/css/admin/view_annotation.css | 6 ++++++ app/static/css/demo/evaluate.css | 5 +++++ app/static/css/main/annotate.css | 5 +++++ 3 files changed, 16 insertions(+) (limited to 'app/static/css') diff --git a/app/static/css/admin/view_annotation.css b/app/static/css/admin/view_annotation.css index 11bf3c8..09d5a4d 100644 --- a/app/static/css/admin/view_annotation.css +++ b/app/static/css/admin/view_annotation.css @@ -9,6 +9,12 @@ clip-path: url(#clip); } +.z-line line { + stroke: #ccc; + shape-rendering: crispEdges; +} + + .ann-line { fill: none; stroke-dasharray: 5; diff --git a/app/static/css/demo/evaluate.css b/app/static/css/demo/evaluate.css index 0c7dbc2..aea3162 100644 --- a/app/static/css/demo/evaluate.css +++ b/app/static/css/demo/evaluate.css @@ -19,6 +19,11 @@ clip-path: url(#clip); } +.z-line line { + stroke: #ccc; + shape-rendering: crispEdges; +} + circle { clip-path: url(#clip); fill: blue; diff --git a/app/static/css/main/annotate.css b/app/static/css/main/annotate.css index 595f2a2..d1ff2b3 100644 --- a/app/static/css/main/annotate.css +++ b/app/static/css/main/annotate.css @@ -9,6 +9,11 @@ clip-path: url(#clip); } +.z-line line { + stroke: #ccc; + shape-rendering: crispEdges; +} + circle { clip-path: url(#clip); fill: blue; -- cgit v1.2.3