Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 1 026: | Rivi 1 026: | ||
// series for trend line | // series for trend line | ||
memo.options.trendlines[0] = { labelInLegend: i18n['trendline'][memo.lang], tooltip: false, color: colors['summer'], lineWidth: | memo.options.trendlines[0] = { labelInLegend: i18n['trendline'][memo.lang], tooltip: false, color: colors['summer'], lineWidth: 3, opacity: 0.75, type: 'linear', visibleInLegend: false }; | ||
memo.options.trendlines[1] = { labelInLegend: i18n['trendline'][memo.lang], tooltip: false, color: colors['winter'], lineWidth: | memo.options.trendlines[1] = { labelInLegend: i18n['trendline'][memo.lang], tooltip: false, color: colors['winter'], lineWidth: 3, opacity: 0.75, type: 'linear', visibleInLegend: false }; | ||
} else { | } else { | ||
| Rivi 1 039: | Rivi 1 039: | ||
// series for trend line | // series for trend line | ||
memo.options.trendlines[0] = { labelInLegend: i18n['trendline'][memo.lang], tooltip: false, color: colors['trend'], lineWidth: | memo.options.trendlines[0] = { labelInLegend: i18n['trendline'][memo.lang], tooltip: false, color: colors['trend'], lineWidth: 3, opacity: 0.75, type: 'linear', visibleInLegend: memo.trendType!='moving' }; | ||
} | } | ||
| Rivi 1 549: | Rivi 1 549: | ||
for ( var i in memo.data.Wf[ o ].c ) { | for ( var i in memo.data.Wf[ o ].c ) { | ||
v = memo.data.Wf[ o ].c[ i ].v; | v = memo.data.Wf[ o ].c[ i ].v; | ||
if ( typeof v == 'string' ) { | if ( typeof v == 'string' ) { | ||
if ( v.indexOf( 'point:' ) == 0 ) { | |||
if ( v.indexOf( 'point:' ) == 0 ) { | |||
console.log( v ); | console.log( v ); | ||
break; | break; | ||


