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

Attempt to fix issues with bootstrap. #101

Closed cthrax closed 10 years ago

cthrax commented 10 years ago

When running sparklines in an environment with bootstrap 3, the tooltip alignment is messed up due to the box-sizing that bootstrap adds to ", :before, *:after", overriding these box-sizing values allows it to work out of the box. I thought it could be useful for someone else, it doesn't change any existing behavior at all.

hahahana commented 10 years ago

This is already fixed in https://github.com/gwatts/jquery.sparkline/issues/89. Hasn't made it into a release though.

cthrax commented 10 years ago

Ah, excellent. I did a cursory search and didn't see anything, must have missed it because it was older. I'll close this now.

adamduren commented 10 years ago

This issue still exists in 2.1.2 and it's been a long time since the last release. Any timeline for the next minor version release?