Ero sivun ”Widget:JwObsCharts” versioiden välillä
Järvi-meriwikistä
Rivi 793: | Rivi 793: | ||
memo.axisMaxDate.setDate(31); | memo.axisMaxDate.setDate(31); | ||
− | console.log( memo.obsesA ); | + | //console.log( memo.obsesA ); |
for (var o in memo.obsesA) { | for (var o in memo.obsesA) { | ||
− | obs = memo.obsesA[ o ]; | + | obs = memo.obsesA[ o ]; |
s = obs.seriesId; | s = obs.seriesId; | ||
− | if (typeof memo.seriesO[s] == 'undefined' ) { | + | |
− | memo.seriesO[ s ] = { 'id': s, 'order': s, 'title': s, 'type': 'scatter', 'color': '#ff9999', 'trendline': 'none', 'obses': [] }; | + | if (typeof memo.seriesO[ s ] == 'undefined' ) { |
+ | if ( s == today.getFullYear() ) { | ||
+ | memo.seriesO[ s ] = { 'id': s, 'order': s, 'title': s, 'type': 'scatter', 'color': '#9999ff', 'trendline': 'none', 'obses': [] }; | ||
+ | } else { | ||
+ | memo.seriesO[ s ] = { 'id': s, 'order': s, 'title': s, 'type': 'scatter', 'color': '#ff9999', 'trendline': 'none', 'obses': [] }; | ||
+ | } | ||
} | } | ||
obs.xvalue = obs.compareDate; | obs.xvalue = obs.compareDate; |