Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 449: | Rivi 449: | ||
memo.options.series.push( { type: 'scatter', pointType: 'circle', pointSize: 9, color: memo.seriesA[ s ].color } ); | memo.options.series.push( { type: 'scatter', pointType: 'circle', pointSize: 9, color: memo.seriesA[ s ].color } ); | ||
memo.options.trendlines[ memo.options.series.length - 1 ] = { type: 'linear', title: i18n.trendline, lineWidth: | memo.options.trendlines[ memo.options.series.length - 1 ] = { type: 'linear', title: i18n.trendline, lineWidth: 2.33, visibleInLegend: false, tooltip: false }; | ||
} else if ( memo.seriesA[ s ].type == 'candlestick' ) { | } else if ( memo.seriesA[ s ].type == 'candlestick' ) { | ||
| Rivi 1 253: | Rivi 1 253: | ||
// add dash to trendlines | // add dash to trendlines | ||
jQuery( document.getElementById(memo.id) ).find( 'path[stroke-width=" | jQuery( document.getElementById(memo.id) ).find( 'path[stroke-width="2.33"]' ).each( function() { | ||
jQuery( this ).attr('stroke-dasharray', '5, 5'); | jQuery( this ).attr('stroke-dasharray', '5, 5'); | ||
}); | }); | ||


