{% from "_render_field.html" import render_field %}

Population by Nation


data from data.world

Created with Flask and python bokeh. Using the pure python causes the whole chart to be refreshed. It would be possible to update the data only to avoid the chart completely redrawing on update.
World Population {{ render_field(form.nation) }}