election_day.views.election_compound.superregions ================================================= .. py:module:: election_day.views.election_compound.superregions Functions --------- .. autoapisummary:: election_day.views.election_compound.superregions.view_election_compound_superregions election_day.views.election_compound.superregions.view_election_compound_by_superregion election_day.views.election_compound.superregions.view_election_list_by_superregion_chart election_day.views.election_compound.superregions.view_election_compound_superregions_table Module Contents --------------- .. py:function:: view_election_compound_superregions(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) -> onegov.core.types.RenderData " The superregions view. .. py:function:: view_election_compound_by_superregion(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) -> onegov.core.types.JSON_ro " View the superregions/regions/municipalities as JSON for the map. .. py:function:: view_election_list_by_superregion_chart(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) -> onegov.core.types.RenderData " Embed the heatmap. .. py:function:: view_election_compound_superregions_table(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) -> onegov.core.types.RenderData " Displays the superregions as standalone table.