I'm using Bootstrap v3.3.1 CSS to style my page. Within my page I have a 'div' with and empty 'svg' element inside it. Within the 'svg' i'm using NVD3 to add charts.
It seems The bootsrap css and nvd3 css conflict. When I keep only bootsrap, I lose graph functionality like an interactive legend which changes color as I click it. If I keep only the nvd3 css, the graphs work perfect but I loose the style of my webpage. If I use both, everything seems to work except for tooltips on my charts (curiously, however, the tooltips on piecharts work, but not multi-bar, stacked area, etc).
Is there any way to make both work for me? Both the style of my page and the functionality of my tooltips? Thank you.
http://www.w3schools.com/bs/css/bootstrap_w3schools <--- bootsrap css https://cdn.rawgit.com/novus/nvd3/v1.8.1/build/nv.d3.css <-- nv.d3 css