DarkMarmot / kodama

D3 Tooltip and jQuery plugin
Apache License 2.0
55 stars 6 forks source link

Bootstrap popover arrows #3

Open ramnathv opened 9 years ago

ramnathv commented 9 years ago

It would be neat to allow for arrows similar to bootstrap popovers. This should be easily doable by inserting a class of div arrow into the tooltip div, and then allowing one to theme the css using the themeRegistry. I would be happy to contribute a bootstrap popover theme that replicates the visual look and feel of bootstrap.

DarkMarmot commented 9 years ago

That would be awesome! I originally was using bootstrap popovers for my sites at work -- but when I used the profiler in Chrome they were the hardest hit on my cpu. Their popovers just weren't designed for lots of data points. If you push it up I'll try to add it as a demo on the github.io page as well! (i need about 4 or 5 more demos at least... to show styling and different use cases)