css - How to remove the border on the hover element in nvd3 -


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

enter image description here

when hover on data point info text shows , border, im trying remove border in css. ideas how???

thanks!!

try this

.nvtooltip{   border:0px; } 

Comments