Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 376: | Rivi 376: | ||
s = obs.seriesId; | s = obs.seriesId; | ||
if ( typeof memo.seriesO[ s ] == 'undefined' ) { | if ( typeof memo.seriesO[ s ] == 'undefined' ) { | ||
console.log( | console.log( memo.lang ); | ||
console.log( i18n[ s ].title[ | console.log( i18n[ s ].title[ memo.lang ] ); | ||
memo.seriesO[ s ] = { 'id': s, 'title': i18n[ s ].title[ | memo.seriesO[ s ] = { 'id': s, 'title': i18n[ s ].title[ memo.lang ], 'type': 'scatter', 'color': i18n[ s ].color, 'obses': [] }; | ||
//memo.seriesO[ s + '_trend' ] = { 'type': 'linear', 'obses': [] }; | //memo.seriesO[ s + '_trend' ] = { 'type': 'linear', 'obses': [] }; | ||
} | } | ||


