Changeset 35112


Ignore:
Timestamp:
2021-04-24T15:03:42+12:00 (3 years ago)
Author:
davidb
Message:

Reversal of diff calc; bigger font

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/eurovision-lod/collect/eurovision/transform/dataviz/jury-tele-diff.xsl

    r35075 r35112  
    4343    BIND(xsd:integer(?t_vote) AS ?t_vote_int).
    4444
    45     BIND((?j_vote_int + ?t_vote_int) AS ?total_vote_int).
    46     BIND((?j_vote_int - ?t_vote_int) AS ?diff_vote_int).
     45    BIND((?t_vote_int + ?j_vote_int) AS ?total_vote_int).
     46    BIND((?t_vote_int - ?j_vote_int) AS ?diff_vote_int).
    4747
    4848    ?esc_entrant_uri gsdlextracted:Country ?to_country.
     
    7070<!-- -->
    7171<xsl:text>
    72 title=Difference in Jury and Televoting for **tocountry** in **inyear** |height=600|chartArea.height=1100|fontSize=11|minColor=#008896|midColor=#f7f7f7|maxColor=#ee4000|headerHeight=15|showScale=true
     72title=Difference in Jury and Televoting for **tocountry** in **inyear** |height=600|chartArea.height=1100|fontSize=15|minColor=#008896|midColor=#f7f7f7|maxColor=#ee4000|headerHeight=15|showScale=true
    7373</xsl:text>
    7474<!--
Note: See TracChangeset for help on using the changeset viewer.