Added histogram page

This commit is contained in:
2018-11-15 17:19:13 +01:00
parent 6ce17cefc5
commit bdca489e62
7 changed files with 164 additions and 4 deletions
+11
View File
@@ -0,0 +1,11 @@
extends ./total.pug
block mistake
p.
If you think there is a mistake in this histogram, feel free to <a
href="mailto:thomas@forgione.fr">send me a mail</a> exaplaining what
are the problem so I can fix it. Thanks!
block extrajs
script(src="/static/chart/Chart.min.js")
script(src="/static/js/histogram.js")
+5 -4
View File
@@ -20,10 +20,11 @@ block content
.col-2
#result
p.
If you think there is a mistake in this table, feel free to
<a href="mailto:thomas@forgione.fr">send me a mail</a>
exaplaining what are the problem so I can fix it. Thanks!
block mistake
p.
If you think there is a mistake in this table, feel free to
<a href="mailto:thomas@forgione.fr">send me a mail</a>
exaplaining what are the problem so I can fix it. Thanks!
block extracss
style.