Ero sivun ”Widget:JwCurrentCharts” versioiden välillä
Järvi-meriwikistä
Rivi 495: | Rivi 495: | ||
if ( typeof memo.info != 'undefined' ) { | if ( typeof memo.info != 'undefined' ) { | ||
− | addToTitle = ' <button style="padding: 0 0.25em; font-size: 13px; margin-bottom: 3px;" type="button" class="btn | + | addToTitle = ' <button style="padding: 0 0.25em; font-size: 13px; margin-bottom: 3px; color: #0076b0;" type="button" class="btn Xbtn-secondary Xbtn-info" data-toggle="tooltip" data-placement="top" title="' + memo.info + '"><span class="fontawesome"></span></button>'; |
} else { | } else { | ||
addToTitle = ''; | addToTitle = ''; | ||
Rivi 690: | Rivi 690: | ||
if ( ac > 0 ) { | if ( ac > 0 ) { | ||
var aavg = Math.round( asum/acsum ); | var aavg = Math.round( asum/acsum ); | ||
+ | console.log( memo.obsesA ); | ||
+ | console.log( aavg ); | ||
if ( aavg < 0.5 ) { astr = 'Ei sinilevää'; } | if ( aavg < 0.5 ) { astr = 'Ei sinilevää'; } | ||
else if ( aavg < 1.5 ) { astr = 'Hieman sinilevää'; } | else if ( aavg < 1.5 ) { astr = 'Hieman sinilevää'; } |