election_day.views.election_compound.party_strengths ==================================================== .. py:module:: election_day.views.election_compound.party_strengths Functions --------- .. autoapisummary:: election_day.views.election_compound.party_strengths.view_election_compound_party_strengths_data election_day.views.election_compound.party_strengths.view_election_compound_party_strengths_chart election_day.views.election_compound.party_strengths.view_election_compound_party_strengths_table election_day.views.election_compound.party_strengths.view_election_compound_party_strengths election_day.views.election_compound.party_strengths.view_election_compound_party_strengths_svg Module Contents --------------- .. py:function:: view_election_compound_party_strengths_data(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) -> onegov.core.types.JSON_ro Retuns the data used for the grouped bar diagram showing the party results. .. py:function:: view_election_compound_party_strengths_chart(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) -> onegov.core.types.RenderData " View the party strengths as grouped bar chart. .. py:function:: view_election_compound_party_strengths_table(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) -> onegov.core.types.RenderData " View the party strengths as table. .. py:function:: view_election_compound_party_strengths(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) -> onegov.core.types.RenderData " The main view. .. py:function:: view_election_compound_party_strengths_svg(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) -> onegov.core.types.RenderData View the party strengths as SVG.