Personal tools

Template:PeakCountPerSample: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 99: Line 99:
             tooltip: {
             tooltip: {
                 formatter:function(){
                 formatter:function(){
                 $("#mytoolTip").html(this.x+'<br><b>Number of peaks:</b> '+this.y) ;               
                 //show tooltip $("#mytoolTip").html(this.x+'<br><b>Number of peaks:</b> '+this.y) ;               
                 return  this.x+'<br><b>Number of peaks:</b> '+this.y;
                 return  this.x+'<br><b>Number of peaks:</b> '+this.y;
             }
             }

Revision as of 15:41, 20 September 2013