Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 401: | Rivi 401: | ||
memo.data.addColumn( 'date', memo.obsMinYear + '-' + memo.obsMaxYear ); | memo.data.addColumn( 'date', memo.obsMinYear + '-' + memo.obsMaxYear ); | ||
memo.data.addColumn( { type: 'string', 'role': 'style' } ); | memo.data.addColumn( { type: 'string', 'role': 'style' } ); | ||
memo.data.addColumn( { type: 'string', role: 'tooltip', 'p': { 'html': true } } ); | memo.data.addColumn( { type: 'string', role: 'tooltip', 'p': { 'html': true } } ); | ||
memo.data.addColumn( { type: 'string', role: 'annotation' } ); | |||
memo.options.series.push( { type: 'scatter', pointType: 'circle', pointSize: 9, color: '#3366cc' } ); | memo.options.series.push( { type: 'scatter', pointType: 'circle', pointSize: 9, color: '#3366cc' } ); | ||


