Ero sivun ”Widget:XJwCharts” versioiden välillä
Järvi-meriwikistä
Rivi 201: | Rivi 201: | ||
// hide every second vaxis gridline on cat charts | // hide every second vaxis gridline on cat charts | ||
− | if ( i18n[memo.obscode]['type'] == 'cat') { | + | //if ( i18n[memo.obscode]['type'] == 'cat') { |
− | + | // var glc = 0; | |
− | + | // jQuery( document.getElementById(memo.id) ).find( 'rect[height="1"]' ).each( function() { | |
− | + | // if ( ( glc++ % 2 ) == 0 ) { jQuery( this ).attr( 'fill', 'none' ); } | |
− | + | // }); | |
− | } | + | //} |
// move current observations to top | // move current observations to top |