election_day.views.election_compound.parties_panachage ====================================================== .. py:module:: election_day.views.election_compound.parties_panachage Functions --------- .. autoapisummary:: election_day.views.election_compound.parties_panachage.view_election_compound_parties_panachage_data election_day.views.election_compound.parties_panachage.view_election_compound_parties_panachage_chart election_day.views.election_compound.parties_panachage.view_election_compound_parties_panachage election_day.views.election_compound.parties_panachage.view_election_compound_parties_panachage_svg Module Contents --------------- .. py:function:: view_election_compound_parties_panachage_data(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) -> onegov.core.types.JSON_ro " View the panachage data as JSON. Used to for the panachage sankey chart. .. py:function:: view_election_compound_parties_panachage_chart(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) -> onegov.core.types.RenderData " View the panachage data as sankey chart. .. py:function:: view_election_compound_parties_panachage(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) -> onegov.core.types.RenderData " The main view. .. py:function:: view_election_compound_parties_panachage_svg(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest) -> onegov.core.types.RenderData View the panachage as SVG.