Ei muokkausyhteenvetoa Merkkaus: Muokkaamalla palautettu |
Ei muokkausyhteenvetoa |
||
| Rivi 1 022: | Rivi 1 022: | ||
memo.options.series[1] = { type: 'scatter', pointSize: 6, color: colors[ 'winter' ] }; | memo.options.series[1] = { type: 'scatter', pointSize: 6, color: colors[ 'winter' ] }; | ||
memo.options.series[2] = { type: 'scatter', pointSize: 6, color: colors[ 'spring-autumn' ] }; | memo.options.series[2] = { type: 'scatter', pointSize: 6, color: colors[ 'spring-autumn' ] }; | ||
memo.data.addColumn( 'number', 'Kevät/syksy' ); | |||
memo.data.addColumn( {'type': 'string', 'role': 'style' } ); | |||
memo.data.addColumn( { type: 'string', role: 'annotation' } ); | |||
memo.data.addColumn( { type: 'string', role: 'tooltip', 'p': { 'html': true } } ); | |||
memo.data.addColumn( 'number', 'Kesä (kesä-syyskuu)' ); | memo.data.addColumn( 'number', 'Kesä (kesä-syyskuu)' ); | ||
| Rivi 1 032: | Rivi 1 037: | ||
memo.data.addColumn( { type: 'string', role: 'annotation' } ); | memo.data.addColumn( { type: 'string', role: 'annotation' } ); | ||
memo.data.addColumn( { type: 'string', role: 'tooltip', 'p': { 'html': true } } ); | memo.data.addColumn( { type: 'string', role: 'tooltip', 'p': { 'html': true } } ); | ||
} else { | } else { | ||


