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