Skip to content

Commit

Permalink
Merge branch 'upgrade-py3' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLemayian committed Oct 4, 2019
2 parents 0e0ba45 + a9838e2 commit f3a7565
Show file tree
Hide file tree
Showing 3 changed files with 357 additions and 169 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Wazimap
.. image:: https://travis-ci.org/Code4SA/wazimap.svg
:target: http://travis-ci.org/Code4SA/wazimap

This is the latest version of wazimap. Version 1 is located in the releases-v1 branch.


Wazimap is a Django application for exploring census and other similar data. It makes it easy to understand a place
through the eyes of the data, and to explore data across a range of places. It is most suited for census data
but can easily be used with other data that is similarly focused on places in a country.
Expand Down
2 changes: 1 addition & 1 deletion census/static/js/charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ function Chart(options) {
var place = (!!geoStr) ? geoStr : 'this',
decimals = (!!precision) ? precision : 0,
valueText = data.context.values[place],
valueMOEFlag = data.context.error_ratio[place] >= 10 ? "<sup>&dagger;</sup>" : "";
valueMOEFlag = "";
return chart.valFmt(valueText, decimals) + valueMOEFlag;
}

Expand Down

0 comments on commit f3a7565

Please sign in to comment.