Ero sivun ”Widget:JwCurrentCharts” versioiden välillä
Järvi-meriwikistä
Rivi 623: | Rivi 623: | ||
ic = 1; | ic = 1; | ||
− | iavg = 0. | + | iavg = 0.5; |
for ( var row=0; row<10; row++ ) { | for ( var row=0; row<10; row++ ) { | ||
Rivi 631: | Rivi 631: | ||
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 ); | ||
− | dist = Math.pow( dist, | + | dist = Math.pow( dist, 10 ); |
total = ( Math.pow( iavg, 0.5 ) * dist ); | total = ( Math.pow( iavg, 0.5 ) * dist ); | ||
random = ( Math.random() > 0.5 ); | random = ( Math.random() > 0.5 ); |