Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 317: | Rivi 317: | ||
function addDataToDateOfYearChart( memo ) { | function addDataToDateOfYearChart( memo ) { | ||
// do X axis min and max for this chart type | // do X axis min and max for this chart type | ||
memo.options.hAxis.minValue = new Date( memo.obsMinDateMs ); | memo.options.hAxis.minValue = new Date( memo.obsMinDateMs ); | ||
if ( memo.season = 'winter' && memo.options.hAxis.minValue.getMonth() < 8 ) { | |||
memo.options.hAxis.minValue.setFullyear( memo.options.hAxis.minValue.getFullyear()-1 ); | |||
} | |||
memo.options.hAxis.minValue.setMonth(0); | memo.options.hAxis.minValue.setMonth(0); | ||
memo.options.hAxis.minValue.setDate(1); | memo.options.hAxis.minValue.setDate(1); | ||


