daattali / timevis

📅 Create interactive timeline visualizations in R
http://daattali.com/shiny/timevis-demo/
Other
653 stars 157 forks source link

Enhancement Request: title to include HTML code #2

Closed pssguy closed 8 years ago

pssguy commented 8 years ago

Not clear whether this is achievable, but it would make it more useful as a tooltip

daattali commented 8 years ago

This is not supported in HTML. The title is the same as when you add a title attribute to an anchor element or to any other HTML element - it's simply a simple way to show tooltip native to the browser. It only supports plain text. In order to show HTML inside a tooltip you have to use some other special javascript library that builds tooltips not using a browser's native tooltip

pssguy commented 8 years ago

OK. Thought that was likely. Thanks for swift response