Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 637: | Rivi 637: | ||
} | } | ||
// sort | // sort | ||
| Rivi 648: | Rivi 646: | ||
// col for xAxis values | // col for xAxis values | ||
memo.data.addColumn( 'date', 'time' ); | memo.data.addColumn( 'date', 'time' ); | ||
// | |||
memo.depthcats = []; | |||
for ( var di in dephtsO ) { | |||
depthcats.push( di ); | |||
} | |||
if ( depthcats.length == 1 ) { | |||
if ( depthcats[0] == 'surface' ) { | |||
memo.title .= ', pinta'; | |||
} else if ( depthcats[0] == 'bottom' ) { | |||
memo.title .= ', pohja'; | |||
} | |||
} else if ( depthcats.length == 2 ) { | |||
} else { | |||
} | |||
// make ticks for y axis on cat types | // make ticks for y axis on cat types | ||
| Rivi 687: | Rivi 702: | ||
} | } | ||
} | } | ||
} | } | ||
memo.titleEl.html( memo.title ); | memo.titleEl.html( memo.title ); | ||


