diff --git a/src/templates/signals/data_visualization_export.html b/src/templates/signals/data_visualization_export.html index 3334862..d19d63e 100644 --- a/src/templates/signals/data_visualization_export.html +++ b/src/templates/signals/data_visualization_export.html @@ -62,7 +62,7 @@
Plot / Export data
@@ -209,7 +209,7 @@
Plot / Export data
$(document).ready(function () { {% for geography in signal.available_geography.all %} {% for unit in geography.geography_units.all %} - geoValues.push({'id': '{{ unit.geo_id }}', 'geoType': '{{ unit.geography }}', 'text': '{{ unit.display_name }}'}); + geoValues.push({'id': '{{ unit.geo_id }}', 'geoType': '{{ unit.geography.name }}', 'text': '{{ unit.display_name }}'}); {% endfor %} {% endfor %}