From 862d0462e56f1472b0bc9119286618b2127427d4 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 16 May 2020 15:16:01 +0200 Subject: report: Add simple sentence effort visualization Trying to give the reader a sense for how difficult carpalx thinks certain parts of a sentence are. Conclusions are only valid for a single layout and comparison between them is not possible. --- lulua/data/report/index.html | 17 +++++++++++++++++ lulua/data/report/style.css | 5 +++++ 2 files changed, 22 insertions(+) (limited to 'lulua/data') diff --git a/lulua/data/report/index.html b/lulua/data/report/index.html index cda1c9d..749c5e9 100644 --- a/lulua/data/report/index.html +++ b/lulua/data/report/index.html @@ -333,6 +333,23 @@ {% endif %} {% endfor %} +
+

Examples:

+ +
{% endmacro %}
diff --git a/lulua/data/report/style.css b/lulua/data/report/style.css index e734a0e..da2787f 100644 --- a/lulua/data/report/style.css +++ b/lulua/data/report/style.css @@ -157,6 +157,11 @@ div.fingerhandstats .fingers .index { div.fingerhandstats .fingers .thumb { border: 0.1em solid var(--finger-thumb); } +div.sentencestats ul { + list-style-type: none; + margin: 1em 0; + padding: 0; +} .table-overflow { overflow-x: auto; -- cgit v1.2.3