Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 1 005: | Rivi 1 005: | ||
function addDataToSeasonWithRefsChart(memo) { | function addDataToSeasonWithRefsChart(memo) { | ||
// do axis min and max | // do axis min and max | ||
memo.axisMinDate = new Date( memo.curSeason, 0, 1 ); | memo.axisMinDate = new Date( memo.curSeason, 0, 1 ); | ||
| Rivi 1 634: | Rivi 1 634: | ||
y = obs.mwDate.getFullYear(); | y = obs.mwDate.getFullYear(); | ||
w = obs.mwDate.getWeek(); | w = obs.mwDate.getWeek(); | ||
if ( ( memo.season == 'winter' && w == 1 && y == memo.curSeason ) || y < memo.curSeason ) { y++; } | if ( ( memo.season == 'winter' && w == 1 && y == memo.curSeason ) || y < memo.curSeason ) { y++; } | ||
| Rivi 1 802: | Rivi 1 802: | ||
var doResize = function( memo, force = false ) { | var doResize = function( memo, force = false ) { | ||
function wait() { | function wait() { | ||


