diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-05-07 21:03:25 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-05-07 21:03:25 +0100 |
commit | 1eea185d337eadd7a5309a707d8f0c5cd0d85d9c (patch) | |
tree | 0552df0f460e10f709bb342ab41822912ace6a9c /templates/plot.html.j2 | |
parent | f77e28a8b4937b8119761d27dde323b5b982e00a (diff) | |
download | UKGenderPayGap-1eea185d337eadd7a5309a707d8f0c5cd0d85d9c.tar.gz UKGenderPayGap-1eea185d337eadd7a5309a707d8f0c5cd0d85d9c.zip |
Added some charts
Diffstat (limited to 'templates/plot.html.j2')
-rw-r--r-- | templates/plot.html.j2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/plot.html.j2 b/templates/plot.html.j2 new file mode 100644 index 0000000..91a3a36 --- /dev/null +++ b/templates/plot.html.j2 @@ -0,0 +1,8 @@ +{% extends "template.html.j2" %} +{% block content %} + <div id="singlechart"> + <div class="chart" id="/chart{{ elem['url'] }}"> + </div> + <p id=chart_alt>{{ alt }}</p> + </div> +{% endblock %}
\ No newline at end of file |