19 lines
No EOL
408 B
HTML
19 lines
No EOL
408 B
HTML
{% from "_render_field.html" import render_field %}
|
|
|
|
<h1>Population by Nation</h1><br>
|
|
data from
|
|
<a href="https://data.world/nrippner/population-by-country1980-2010">data.world</a>
|
|
<br><br>
|
|
Created with Flask and chartist.js
|
|
|
|
<span class='nation' value='nation'></span>
|
|
|
|
|
|
<fieldset>
|
|
<legend>World Population</legend>
|
|
{{ render_field(form.nation) }}
|
|
|
|
|
|
<div class="ct-chart ct-perfect-fourth">
|
|
|
|
</div> |