score:1
Accepted answer
You can set the positioner of tooltip like this
tooltip: {
positioner: function(__, __, point) {
return {
x: point.plotX,
y: point.negative ? point.plotY - point.h : point.plotY
}
}
}
Source: stackoverflow.com
Related Articles
- Trouble getting unique tooltip based on X axis values in highcharts line graph
- How to position Highcharts tooltip on top of bar or at 0 line of Y-axis for negative value
- Highcharts - Draw Crosshairs / Tooltip on Mouse Position Instead of Snapping to Data Point
- Highcharts - How to remove connecting line between fixed tooltip and point
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Change Y Axis vertical line color in Highcharts
- Highcharts : hiding bottom-most x axis grid line
- Highcharts shared tooltip for line series and scatter plot not working
- Highcharts Line - When Y axis min is set to 0, connecting line isn't shown for consecutive 0 values
- Highcharts tooltip arrow position
- Highcharts tooltip background according to line
- how to pass values to tooltip which not in x and y axis in highcharts
- How can I force ticks/grid lines on a Highcharts datetime X axis to arbitrarily line up with data points?
- Get axis name in tooltip on Highcharts
- How to position labels for plotbands on y axis in Highcharts
- Highcharts tooltip x axis font size
- Remove the Z Axis Column Line in Highcharts 3D
- How to position axis label in highcharts
- Highcharts - Series tooltip doesn't work when plotting lines that zigzag on the x axis
- Highcharts - Incorrect tooltip position when zoomed in
- Highcharts - How to plot a X axis line on my bell curve (Standard Deviation Curve)
- How to edit tooltip in Highcharts C# code
- Dynamic position of tooltip in highcharts column charts
- Highcharts - Line disappears when using logarithmic axis
- how to use highcharts tooltip formatter in python code
- Highcharts - How to force line chart to be visible above X Axis
- Highcharts line chart all points disappear when have more than one points with same X Axis
- Highcharts - Diagonal line X/Y axis
- Highcharts tooltip get position and change class
- Highcharts position tooltip at the middle of stacked bar
- sync width of xAxis between two charts, when one chart has multiple yAxis
- Highcharts ajax load
- Highcharts datetimex axis incorrect start time and interval
- How to add one more value against at the end of each bar with a legend
- Cannot read property 'type' of undefined highcharts highstock
- How to resize Highcharts chart on KendoUI/Angular Window resize
- FsPlot for osx sierra
- Highcharts / highstock how to change title of chart in IE?
- HighCharts: Reduce size of chart
- Use ajax variable in HighCharts
- How to do a date range to view data from selected date highcharts
- Using Linq to group hourly and get an hourly average
- How to export a Highchart chart to PDF thanks to a button outside the chart?
- Unable to do any other action than "alert" when triggering the click event on Highcharts (React Native)
- Highcharts sunburst - override global colors
- Highcharts - Provide URL's for series data to open clickable link
- alert value on graph hover
- Highcharts: wrong labels align for inverted charts
- Highstocks chart multiple pane width and y axis alignment issue
- jquery chart from data attr highcharts