Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 404: | Rivi 404: | ||
memo.data.addColumn( { type: 'string', role: 'tooltip', 'p': { 'html': true } } ); | memo.data.addColumn( { type: 'string', role: 'tooltip', 'p': { 'html': true } } ); | ||
memo.options.series | memo.options.series.push( { type: 'scatter', pointType: 'circle', pointSize: 9, color: '#3366cc' } ); | ||
} else if ( memo.seriesO[ s ].type == 'candlestick' ) { | } else if ( memo.seriesO[ s ].type == 'candlestick' ) { | ||
| Rivi 414: | Rivi 414: | ||
memo.dataTable.addColumn({ role: 'tooltip', 'p': { 'html': true } }); | memo.dataTable.addColumn({ role: 'tooltip', 'p': { 'html': true } }); | ||
memo.options.series | memo.options.series.push( { type: 'candlestick', color: '#3366cc' } ); | ||
} | } | ||


