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 Query
- How to position Highcharts tooltip on top of bar or at 0 line of Y-axis for negative value
- How to position labels for plotbands on y axis in Highcharts
- Highcharts Highstock How do I change the label on top of tooltip for OHLC series data?
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- How to apply borderRadius only for top side of Column or Bar in Highchart
- Highcharts - How to remove connecting line between fixed tooltip and point
- 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
- how to pass values to tooltip which not in x and y axis in highcharts
- How to customize the crosshair Line for Highcharts
- How to place x axis labels on top of horizontal bar chart
- How can I force ticks/grid lines on a Highcharts datetime X axis to arbitrarily line up with data points?
- How to add a horizontal line in Column bar chart in Highcharts plugin?
- How do I put Icons in the y Axis for a Dynamic Highcharts chart?
- How To Show All Data Labels For Datetime Axis In Highcharts
- How to position axis label in highcharts
- Stacked percent bar in a spark line grid for Highcharts
- Highcharts - How to plot a X axis line on my bell curve (Standard Deviation Curve)
- How to edit tooltip in Highcharts C# code
- How to make legend color show up in Highcharts for a line graph under certain conditions?
- how to use highcharts tooltip formatter in python code
- How to display line break for irregular time series with highcharts
- Highcharts - How to force line chart to be visible above X Axis
- Highcharts bar with negative stack: how to position data labels
- How do I use dates from a LinkedHashMap for the x-axis on a Highcharts line graph (using Thymeleaf)?
- How to resize bar chart based on no of x axis categories in HighCharts
- Highcharts - How do I keep both line points in from splitting between the two bar charts
- Highcharts position tooltip at the middle of stacked bar
- How to hide series name from tooltip in Highcharts scatter plots for linear regression
- How do I plot the x axis line using Highcharts when pegged at 0?
More Query from same tag
- Highcharts spans beyond bootstrap column width when implemented as an angular directive
- Highcharts distance from crosshair to tooltip
- How to merge two Highcharts container with the same legend-item
- highcharts: Set same spacing between bars
- R efficient Drilldown chart with loop using Highchart
- Only my title shows when using highcharts with php and MySql
- How do you insert custom dynamic values to subtitle?
- Adding multiple series to the spline chart using dotnet high charts in asp.net mvc3
- Highcharts change line style after intersect
- Highcharts: Change scale sizes
- highcharts pie chart multiple sections selection
- Including server tags within javascript
- HighStock 2 panes with different php queries
- How Can I add sections of categories in gantt highcharts?
- Highchart - Remove date form tooltip
- Highcharts: getting blank chart with JSON
- HIGHCHARTS: Event on Export can't access x-axis labels
- Highlight a slice of pie chart in highcharts on click of a div
- How to change chart's width to fill up div using angular2-highcharts when hide/open left side nav menu?
- Javascript convert 2D array to array of pairs
- Highcharts Using Data from Ruby on Rails Database
- Highcharts column with drilldown results in blurred data label in main chart, except for the drilled down columns
- Trouble finding the correct crs value for bubble map on custom highmaps GeoJSON file
- Loop inside highchart in R
- Highcharts.map depreciated warning
- Highcharts - Xaxis should show only days and month, hide milliseconds
- Maximum number of datapoints allowed in a highcharts/stock series data hash
- Highcharts : selection issue on funnel charts type
- Navigator showing at 1970 when first point is null
- Focus event does not bubble up to the parent in Highcharts