Changeset 35075


Ignore:
Timestamp:
2021-04-15T16:15:42+12:00 (3 years ago)
Author:
davidb
Message:

Changed to total score plus colour tweak

File:
1 edited

Legend:

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

    r35071 r35075  
    2020PREFIX dc: <http://purl.org/dc/elements/1.1/>
    2121
    22 SELECT  (?j_country AS ?jt_vote_from_country) ?to_country ?j_vote_int ?diff_vote_int
     22SELECT  (?j_country AS ?jt_vote_from_country) ?to_country ?total_vote_int ?diff_vote_int
    2323WHERE {
    2424{
     
    4343    BIND(xsd:integer(?t_vote) AS ?t_vote_int).
    4444
    45 
     45    BIND((?j_vote_int + ?t_vote_int) AS ?total_vote_int).
    4646    BIND((?j_vote_int - ?t_vote_int) AS ?diff_vote_int).
    4747
     
    7070<!-- -->
    7171<xsl:text>
    72 title=Difference in Jury and Televoting for **tocountry** in **inyear** |height=600|chartArea.height=1100|fontSize=11|minColor=#d00|midColor=#0d0|maxColor=#00d|headerHeight=15|showScale=true
     72title=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
    7373</xsl:text>
     74<!--
     75  #d00 #0d0 #00d
     76
     77 minColor: '#009688',
     78 midColor: '#f7f7f7',
     79 maxColor: '#ee8100',
     80-->
    7481        </div>
    7582        <div id="ssv-jury-tele-diff-div-style" style="display: none;">
Note: See TracChangeset for help on using the changeset viewer.