Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 142: | Rivi 142: | ||
var tempcolor = [ '#308fb3', '#8db335', '#f1cb00', '#ce0000' ]; | var tempcolor = [ '#308fb3', '#8db335', '#f1cb00', '#ce0000' ]; | ||
var tempval = Math.round( jw.obstype[ ot ].mean ); | var tempval = Math.round( jw.obstype[ ot ].mean ); | ||
var tempcat = Math.min( 2, Math.floor( 3 * tempval / 30 ) ) | var tempcat = Math.min( 2, Math.floor( 3 * tempval / 30 ) ); | ||
out += '<div style="width: 84px; height: 84px; margin: auto; border-radius: 50%; display: flex; justify-content: center; align-items: center; flex-direction: column; background-color: none;">'; | out += '<div style="width: 84px; height: 84px; margin: auto; border-radius: 50%; display: flex; justify-content: center; align-items: center; flex-direction: column; background-color: none;">'; | ||


