TennisVisuals / updating-radar-chart

Updating Radar Chart Visualization with extensive configuration options
MIT License
13 stars 7 forks source link

namespace tooltip #2

Closed timelyportfolio closed 8 years ago

timelyportfolio commented 8 years ago

I also spotted that tooltips are assigned a class of tooltip which makes perfect sense, but unfortunately Bootstrap is not namespaced. I avoid Bootstrap for this reason, but I know many folks rely on it. When radar charts are on the same page as Bootstrap, the .tooltip conflicts and results in styling difficulties.

Would it be possible to namespace the radar chart tooltips with a more unique class, such as radar-tooltip?

Thanks again for this.

TennisVisuals commented 8 years ago

absolutely! I will do an update by early next week.

TennisVisuals commented 8 years ago

added 'options.class' to set a prefix for several of the classes, including tooltips