Ero sivun ”Widget:JwCurrentCharts” versioiden välillä
Järvi-meriwikistä
Rivi 633: | Rivi 633: | ||
ivalmin = Math.round( ivalmin ); | ivalmin = Math.round( ivalmin ); | ||
ivalmax = Math.round( ivalmax ); | ivalmax = Math.round( ivalmax ); | ||
− | console.log( ivalavg ); | + | //console.log( ivalavg ); |
if ( ivalmax > ivalmin ) { | if ( ivalmax > ivalmin ) { | ||
istr = ivalmin + '–' + ivalmax + ' cm'; | istr = ivalmin + '–' + ivalmax + ' cm'; | ||
Rivi 681: | Rivi 681: | ||
x = col * 10 + 1; | x = col * 10 + 1; | ||
y = row * 10 + 1; | y = row * 10 + 1; | ||
+ | console.log( 1 + ivalavg/10 ); | ||
if ( icount > 0 ) { | if ( icount > 0 ) { | ||
if ( ivalavg > 0 ) { | if ( ivalavg > 0 ) { |