Template:PeakCountPerSample: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 202: | Line 202: | ||
$("#list").change(function(){ | $("#list").change(function(){ | ||
changeType(cha | changeType(cha, this.value); | ||
}); | }); | ||
Line 209: | Line 209: | ||
}); | }); | ||
function changeType( | function changeType(chart,selVal){ | ||
var options = | var options = chart.options; | ||
alert(series[0].data | alert(options.series[0].data) | ||
if(selVal == 1 || selVal == '') | if(selVal == 1 || selVal == '') | ||
{ | { |
Revision as of 15:55, 26 September 2013
Sort by