Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 762: | Rivi 762: | ||
memo.data.addColumn( { type: 'string', role: 'annotation' } ); | memo.data.addColumn( { type: 'string', role: 'annotation' } ); | ||
memo.options.series.push( { type: 'scatter', pointType: 'circle', pointSize: | memo.options.series.push( { type: 'scatter', pointType: 'circle', pointSize: 8, color: memo.seriesA[ s ].color, XstrokeWidth: 2, Xstroke: '#000000' } ); | ||
if ( memo.seriesA[ s ].obses.length > 1 ) { | if ( memo.seriesA[ s ].obses.length > 1 ) { | ||
| Rivi 905: | Rivi 905: | ||
memo.options.curveType = 'function'; | memo.options.curveType = 'function'; | ||
memo.options.intervals = { 'style': 'area' }; | memo.options.intervals = { 'style': 'area' }; | ||
memo.options.series[1] = { type: 'line', pointSize: | memo.options.series[1] = { type: 'line', pointSize: 1, color: colors.curObses, lineWidth: 5 }; | ||
memo.options.vAxis.viewWindow.min = 80.5; | memo.options.vAxis.viewWindow.min = 80.5; | ||


