Closed hadley closed 7 years ago
I presume you are using bootstrap
. This is a well known issue using sparkline
with bootstrap
and there is a simple css fix, which I will include when I push code to this repo next time.
.jqstooltip {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
Any update on this issue? I still have the same problem.
I have this problem too, the tip from @ramnathv really worked, but would be good work without the css code in the rmarkdown. Thanks!
Possibly because I have retina display