How to override htmlwidgets .css code with your own .css file without using !important

If you want to avoid !important, you'll need to modify your CSS selector (.nvtooltip) to be more specific than whatever rule is being applied by nvd3. See this article:

1 Like