election_day.views.election.candidate_district

Module Contents

Functions

candidate_options(→ list[tuple[str, str]])

view_candidate_by_district(→ onegov.core.types.JSON_ro)

" View the candidate by district as JSON.

view_election_candidate_by_district(...)

" View the candidate as heatmap by district.

view_election_candidate_by_district_chart(...)

" Embed the heatmap.

election_day.views.election.candidate_district.candidate_options(request: onegov.election_day.request.ElectionDayRequest, election: onegov.ballot.Election) list[tuple[str, str]][source]
election_day.views.election.candidate_district.view_candidate_by_district(self: onegov.ballot.Candidate, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.JSON_ro[source]

“ View the candidate by district as JSON.

election_day.views.election.candidate_district.view_election_candidate_by_district(self: onegov.ballot.Election, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData[source]

“ View the candidate as heatmap by district.

election_day.views.election.candidate_district.view_election_candidate_by_district_chart(self: onegov.ballot.Election, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData[source]

“ Embed the heatmap.