gwatts / jquery.sparkline

A plugin for the jQuery javascript library to generate small sparkline charts directly in the browser
http://omnipotent.net/jquery.sparkline/
1.24k stars 278 forks source link

Bootstrap box-sizing causing tooltip issues #89

Closed chrisfraser closed 11 years ago

chrisfraser commented 11 years ago

Globally setting box-sizing to border-box causes tooltip to be displayed incorrectly. This can be fixed by the following css after bootstrap. This may become an issue as box-sizing is more frequently used.

.jqstooltip{
    box-sizing: content-box;
}

image

flowli commented 11 years ago

Thank you, that save me time and nerves +1

hahahana commented 11 years ago

Thank you, thank you, thank you! That'll teach me to always take a look at issues first...

gwatts commented 11 years ago

Thanks; have checked an update to the tooltip css into the master branch for the next release.

rwillmer commented 11 years ago

@chrisfraser Thanks for sharing, very helpful.

tisba commented 10 years ago

Thanks a lot!

MrShores commented 10 years ago

Super helpful, thank you!

cyberbit commented 10 years ago

Awesome, works perfectly. :+1:

surjithctly commented 9 years ago

Give that man a medal :100:

@gwatts So sad, its been two years and not fixed yet.

w3z315 commented 8 years ago

+1 :-)

luchaninov commented 8 years ago

http://stackoverflow.com/questions/18894820/jquery-sparklines-and-twitter-bootstrap-3-tooltip-style-overrides

shpsyte commented 6 years ago

Nice men...

RayKoren commented 6 years ago

THANK YOU! This should be in the docs...

ghost commented 4 years ago

THANK YOU. Wonderful man.

The hours you've saved.

ppazos commented 4 years ago

@chrisfraser did you send a PR? should be fixed in the plugin.