Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 130: | Rivi 130: | ||
maxAlternation: 1, | maxAlternation: 1, | ||
gridlines: { color: '#fff' }, | gridlines: { color: '#fff' }, | ||
minorGridlines: { count: 0 }, | |||
viewWindow: { } | viewWindow: { } | ||
}, | }, | ||
| Rivi 320: | Rivi 320: | ||
// do Y axis ticks and gridlines | // do Y axis ticks and gridlines | ||
memo.options.vAxis.gridlines = { color: '#000' }; | //memo.options.vAxis.gridlines = { color: '#000' }; | ||
memo.options.vAxis.minorGridlines = { color: '#aaa' }; | //memo.options.vAxis.minorGridlines = { color: '#aaa' }; | ||
minM = memo.options.vAxis.minValue.getMonth(); | minM = memo.options.vAxis.minValue.getMonth(); | ||
maxM = memo.options.vAxis.maxValue.getMonth(); | maxM = memo.options.vAxis.maxValue.getMonth(); | ||
| Rivi 1 098: | Rivi 1 098: | ||
var glc = 0; | var glc = 0; | ||
jQuery( document.getElementById(memo.id) ).find( 'rect[height="1"]' ).each( function() { | jQuery( document.getElementById(memo.id) ).find( 'rect[height="1"]' ).each( function() { | ||
// if ( ( glc++ % 2 ) == 0 ) { jQuery( this ).attr( 'fill', 'none' ); } | |||
}); | }); | ||
} | } | ||


