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