From 8cf24308185d45000b1ce6f29a2edc6cdf00185c Mon Sep 17 00:00:00 2001 From: Matt Kohls Date: Mon, 4 Dec 2023 22:44:20 -0500 Subject: Adding JS graphs to dashboard Using new api + D3 and Plot to draw fancy graphs --- snag/static/pagedown.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'snag/static/pagedown.css') diff --git a/snag/static/pagedown.css b/snag/static/pagedown.css index 7f9c3e0..633f8c1 100644 --- a/snag/static/pagedown.css +++ b/snag/static/pagedown.css @@ -153,3 +153,10 @@ footer { width: 50%; margin: 0 0 1rem } + +div.graph { + max-width: 80%; + box-shadow: 1px 1px 5px 0 rgba(0,0,0,.4); + margin: 0 auto +} + -- cgit v1.2.3