mattetti / googlecharts

Ruby Google Chart API
http://mattetti.github.com/googlecharts/
MIT License
699 stars 108 forks source link

Bootstrap conflict #64

Open michaelmoulsdale opened 11 years ago

michaelmoulsdale commented 11 years ago

When I add the require gchart to my javascript file I get an odd conflict with Bootstrap

Basically the navigation drop down menu stops working. This happens if the require is either before or after the bootstrap require statement.

Has this been seen before?