I’m using HighCharts, and I would like to remove the tooltip from the chart.
I did that by the following code:
tooltip: {
enabled: true,
}
My requirement is whatever displaying in the tooltip i want to show in top of the chart.
when we hover the mouse at any point that display area will update with the appropriate data as tooltip did.
Actually, the place and position of tool tip can not be changed. but, there is one by shifting the content of tooltip of somewhere else as given below.
‘container’ displays the chart and ‘Info’ block display the tool tip in example below.
Use formatter as given below: