i'm using nvd3 display d3 charting. im trying remove border around info text on hover on data points. below image:

when hover on data point info text shows , border, im trying remove border in css. ideas how???
thanks!!
try this
.nvtooltip{ border:0px; }
Comments
Post a Comment