javascript - Disabling hover Method -


i using rickshaw javascript framework. there 1 hover class there. there can modify hover class return own result in existing code.. in same way want disable hover make particular data visible without hovering. there way using css or javascript?

var hoverdetail = new rickshaw.graph.hoverdetail({             graph : graph,             formatter : function(series, x, y) {                 var date = "last updated :" + '<br>' + '<span class="date">' + new date(x * 1000).toutcstring() + '</span>';                 var swatch = '<span class="detail_swatch" style="background-color: ' + series.color + '"></span>';                 var content = swatch + mname[0] + '<br>' + "average price:" + "$" + parseint(y) + '<br>' + "34 products included" + '<br>' + date;                 return content;             }         }); 

have tried tweaking display property in css controlling graph? http://www.w3schools.com/cssref/pr_class_display.asp


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -