Personal tools

Template:PeakCountPerSample: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 119: Line 119:
                     events: {
                     events: {
                         mouseOver: function() {
                         mouseOver: 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) ;       
                         }
                         }
                     }
                     }
Line 125: Line 125:
                 events: {
                 events: {
                     mouseOut: function() {                         
                     mouseOut: function() {                         
                      $("#mytoolTip").empty();
                        //hide tooltip$("#mytoolTip").empty();
                     }
                     }
                 }
                 }

Revision as of 15:40, 20 September 2013