Personal tools

Template:PeakCountPerSample: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 200: Line 200:


var chart = new Highcharts.Chart(options, function(chart){
var chart = new Highcharts.Chart(options, function(chart){
   
var tmp = $(this);
          alert(tmp);
 
         $("#list").change(function(){
         $("#list").change(function(){
            alert($(this));
         
             changeType($(this).series, this.value);
             changeType(tmp.series, this.value);
         });
         });
          
          

Revision as of 15:47, 26 September 2013

Sort by