Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 1 145: | Rivi 1 145: | ||
if ( memo.seasonsA[s] == memo.curSeason ) { | if ( memo.seasonsA[s] == memo.curSeason ) { | ||
if ( memo.type == 'cat' ) { | if ( memo.type == 'cat' ) { | ||
memo.options.series[sc++] = { type: 'scatter', curveType: 'function', color: colors['curObses'], XpointSize: 3, lineWidth: 0, visibleInLegend: true, hideThis: false, | memo.options.series[sc++] = { type: 'scatter', curveType: 'function', color: colors['curObses'], XpointSize: 3, lineWidth: 0, visibleInLegend: true, hideThis: false, XorigSize: 10 }; | ||
} else { | } else { | ||
if ( memo.obscode == 'secchi' ) { | if ( memo.obscode == 'secchi' ) { | ||
memo.options.series[sc++] = { type: 'area', curveType: 'function', color: colors['curObses'], pointSize: 3, lineWidth: 4, visibleInLegend: true, hideThis: false, | memo.options.series[sc++] = { type: 'area', curveType: 'function', color: colors['curObses'], pointSize: 3, lineWidth: 4, visibleInLegend: true, hideThis: false, XorigSize: 10 }; | ||
} else { | } else { | ||
memo.options.series[sc++] = { type: 'scatter', curveType: 'function', color: colors['curObses'], | memo.options.series[sc++] = { type: 'scatter', curveType: 'function', color: colors['curObses'], pointSize: 3, lineWidth: 4, visibleInLegend: true, hideThis: false, XorigSize: 10 }; | ||
} | } | ||
} | } | ||
} else { | } else { | ||
memo.options.series[sc++] = { type: 'scatter', curveType: 'function', color: colors['obses'], | memo.options.series[sc++] = { type: 'scatter', curveType: 'function', color: colors['obses'], pointSize: 5, lineWidth: 0, visibleInLegend: false, hideThis: true, XorigSize: 5 }; | ||
} | } | ||
} | } | ||


