简体   繁体   中英

How can i enable bootstrap tooltip in highchart

How can I enable bootstrap tooltip in highchart when mouse hover.Below is my jsfiddle some one could you please help me on that. I created the text says "Here Need to show tool tip" . When i mouse hover on that text need to show the tooltip/popover.

$("#t123").tooltip({placement: 'left', title:"HELLO TITLE!"});

In highcharts you can catch mouseOver / mouseOut events and then call your custom action.

Docs for events: - http://api.highcharts.com/highcharts - customEvents plugin which allows to add extra events.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM