Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 453: | Rivi 453: | ||
} else if ( memo.seriesA[ s ].type == 'candlestick' ) { | } else if ( memo.seriesA[ s ].type == 'candlestick' ) { | ||
memo.data.addColumn( 'date', ' | memo.data.addColumn( 'date', 'kausi' ); | ||
memo.data.addColumn( 'date', '' ); | memo.data.addColumn( 'date', '' ); | ||
memo.data.addColumn( 'date', '' ); | memo.data.addColumn( 'date', '' ); | ||
| Rivi 459: | Rivi 459: | ||
memo.data.addColumn({ role: 'tooltip', 'p': { 'html': true } }); | memo.data.addColumn({ role: 'tooltip', 'p': { 'html': true } }); | ||
memo.options.series.push( { type: 'candlesticks', color: memo.seriesA[ s ].color, | memo.options.series.push( { type: 'candlesticks', color: memo.seriesA[ s ].color, border: '#cccccc' } ); | ||
} | } | ||


