election_day.views.election_compound.list_groups

Module Contents

Functions

view_election_compound_list_groups_data(...)

" View the list groups as JSON. Used to for the lists bar chart.

view_election_compound_list_groups_chart(...)

" View the list groups as bar chart.

view_election_compound_list_groups_table(...)

" View the list groups as table.

view_election_compound_list_groups(...)

" The main view.

view_election_compound_list_groups_svg(...)

View the list groups as SVG.

election_day.views.election_compound.list_groups.view_election_compound_list_groups_data(self: onegov.ballot.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.ballot.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.ballot.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData[source]

“ View the list groups as table.

election_day.views.election_compound.list_groups.view_election_compound_list_groups(self: onegov.ballot.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData[source]

“ The main view.

election_day.views.election_compound.list_groups.view_election_compound_list_groups_svg(self: onegov.ballot.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData[source]

View the list groups as SVG.