UCHIC / SurveyDataViewer

A web application for visualizing the results of social science survey data.
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

Heat map base map when no question selected #48

Closed AmberSJones closed 9 years ago

AmberSJones commented 9 years ago

When no question is selected, the heat map should be colored to display the total number of respondents- maybe split into 5 groups.

Maurier commented 9 years ago

How should these 5 groups be determined?

AmberSJones commented 9 years ago

Since we're doing a continuous scale for the map, it would be better not to split it into groups, but use the continuous scale with the maximum being the highest number of respondents in a zip code and the minimum being either 1 or 5 (since 5 is our cutoff for the questions).

Maurier commented 9 years ago

Done.

AmberSJones commented 9 years ago

It looks great. This should also be displayed when the question 'Zip' is selected.

Maurier commented 9 years ago

Done. Note that questions with the 'spatial' feature will only be available in the heat map view.

AmberSJones commented 9 years ago

Currently, the percentage view is still selectable with the zip code question selected.

Maurier commented 9 years ago

Fixed.

AmberSJones commented 9 years ago

Excellent, closing. Way to knock these off this week!