Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 315: | Rivi 315: | ||
} | } | ||
memo.titleEl.html( i18n[ memo.obscode ]. | memo.titleEl.html( i18n[ memo.obscode ].charttitle[ memo.lang ] ); | ||
if (memo.graphType == 'trend') { | if (memo.graphType == 'trend') { | ||
| Rivi 451: | Rivi 451: | ||
} else if ( memo.seriesA[ s ].type == 'candlestick' ) { | } else if ( memo.seriesA[ s ].type == 'candlestick' ) { | ||
memo.data.addColumn( 'date', | memo.data.addColumn( 'date', memo.seriesA[ s ].title ); | ||
memo.data.addColumn( 'date', '' ); | memo.data.addColumn( 'date', '' ); | ||
memo.data.addColumn( 'date', '' ); | memo.data.addColumn( 'date', '' ); | ||
| Rivi 662: | Rivi 662: | ||
// do average | // do average | ||
if (memo.trendType == 'gaussian') { | if (memo.trendType == 'gaussian') { | ||
memo.gSmoothing = 4; | memo.gSmoothing = 4; | ||


