0

I'm using nvd3 to display the d3 charting. im trying to remove the border that is around the info text on hover over the data points. below is the image:

enter image description here

when i hover over the data point the info text shows up and the border, im trying to remove that border in css. any ideas how???

Thanks!!

Community
  • 1
  • 1
user1234
  • 3,000
  • 4
  • 50
  • 102

1 Answers1

0

try this

.nvtooltip{
  border:0px;
}
jawadhoot
  • 164
  • 1
  • 7