Ero sivun ”Widget:JwCurrentCharts” versioiden välillä
Järvi-meriwikistä
Rivi 629: | Rivi 629: | ||
x = col * 10 + 1; | x = col * 10 + 1; | ||
y = row * 10 + 1; | y = row * 10 + 1; | ||
− | if ( ic > 0 ) { | + | if ( ic > 0 ) { |
dist = Math.sqrt( Math.pow( (4.5-col), 2 ) + Math.pow( (4.5-row), 2 ) )/ Math.sqrt( 40.5 ); | dist = Math.sqrt( Math.pow( (4.5-col), 2 ) + Math.pow( (4.5-row), 2 ) )/ Math.sqrt( 40.5 ); | ||
+ | console.log( dist ); | ||
dist = Math.pow( dist, 2 ); | dist = Math.pow( dist, 2 ); | ||
total = ( Math.pow( iavg, 0.5 ) * dist ); | total = ( Math.pow( iavg, 0.5 ) * dist ); |