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( s ); | |||
console.log( i18n[ s ].title[ obs.lang ] ); | |||
memo.seriesO[ s ] = { 'id': s, 'title': i18n[ s ].title[ obs.lang ], 'type': 'scatter', 'color': i18n[ s ].color, 'obses': [] }; | memo.seriesO[ s ] = { 'id': s, 'title': i18n[ s ].title[ obs.lang ], 'type': 'scatter', 'color': i18n[ s ].color, 'obses': [] }; | ||
//memo.seriesO[ s + '_trend' ] = { 'type': 'linear', 'obses': [] }; | //memo.seriesO[ s + '_trend' ] = { 'type': 'linear', 'obses': [] }; | ||


