election_day.views.election_compound.list_groups
Functions
" View the list groups as JSON. Used to for the lists bar chart. |
|
" View the list groups as bar chart. |
|
" View the list groups as table. |
|
" The main view. |
|
View the list groups as SVG. |
Module Contents
- election_day.views.election_compound.list_groups.view_election_compound_list_groups_data(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.JSON_ro [source]
“ View the list groups as JSON. Used to for the lists bar chart.
- election_day.views.election_compound.list_groups.view_election_compound_list_groups_chart(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData [source]
“ View the list groups as bar chart.
- election_day.views.election_compound.list_groups.view_election_compound_list_groups_table(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData [source]
“ View the list groups as table.