score:0
Accepted answer
It is related with pointTracker, which is used by Line chart, but you can use scatter series and setting lineWidth:
chart: {
type: 'scatter'
},
series: [{
lineWidth:2,
data: [29.9, 71.5, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4]
}]
score:32
Using the HighCharts options you can set the following to achieve the effect you want:
plotOptions: {
series: {
stickyTracking: false
}
},
tooltip: {
snap: 0
}
This will cause the tooltip to trigger only when the mouse is directly over the point and turn off when the mouse leaves the point. The only problem with this is that the fade out animation (i.e. snap: 0) takes some time, but you should be able to change the animation time. I haven't found it yet though.
Source: stackoverflow.com
Related Query
- Highcharts - only show tooltip when hovering directly on point
- Add tooltip to legend in highcharts when hovering
- Show value of last point as label or tooltip on Highcharts Stock Chart
- Show HighCharts tooltip when chart loads
- HighCharts area graph - show tooltip only on hover of marker
- Highstock shared tooltip multiple series - show data for line when not on point
- Why does this Highcharts graph only show tooltip for the first and last nodes?
- Show tooltip in column chart when hovering crosshair line
- How to show values in Highcharts tooltip other than x and y when data points are too high?
- How to show other point property in bubble highcharts using tooltip
- Highcharts - Highstock chart showing double line on hovering data points to show tooltip
- show tooltip for each point of highcharts network graph in Angular
- Highcharts nearest point tooltip not show due to undefined series
- Highcharts show only particular ticks when large number of x-axis ticks
- How to use highcharts to display data of only five point when the page is initialized?
- tooltip error only when highstock's point num > 10, why?
- HIGHCHARTS - Given a series with UNIX stamps and values pairs for the data, how do I show only the date for the first and last point on xAxis?
- Highcharts Tooltip Show Arrow/Caret when followPointer flag is on
- Highcharts NG show only one point at a time. Animations
- highcharts show tooltip on point click
- Add text to generated quadrant area by x and y plot lines only when hovering , highcharts
- Make Highcharts tooltip show info for closest point to the left (i.e. not change at midpoint)
- customize highcharts tooltip to show datetime
- Highcharts => Getting the id of a point when clicking on a line chart
- Show only time labels on xAxis. Highcharts
- Highcharts Pie Chart ignores percentageDecimals tooltip setting and has floating point inaccuracy issue
- highcharts customize tooltip for a single point
- 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: Use shared tooltip only when series overlap
More Query from same tag
- Formatting PHP/MySQL data in correct JSON format for HighCharts
- highstock dual axis tooltip placement
- Show Text on Clicking Two Points on Highcharts?
- Highcharts buggy with more than 999 items in series data?
- Highcharts-vue options as variable
- Highstock with php and mysql
- How disable the 'k' dislay in Highcharts ordinate?
- Selecting a single HighCharts container causes other containers to change position
- Isolate a single series on Highcharts line chart
- Clear chart by click in highcharts
- HighChart generating table without chart
- How to extract Min and Max date from Highcharter stock graph?
- Query selector for the individual buttons in range selector
- Highcharts value relative to itself instead of all lines
- Highcharts diffent color @ Temperature Line
- Highchart Treemap Colors
- Highcharts - How to set Pie Chart's background color dynamically
- High charts not displaying date correctly in x axis per epoch?
- Highcharts - "Style is null or not an object"
- Superimpose charts in highcharts
- How to plot AM,PM labels in HighChart?
- (jQuery Highchart) Is there any way to put extra custom data inside Tooltip Box?
- JavaScript charting library to handle shading area between two lines
- Dynamically update highcharts via setData for Yii-created Highcharts Widget
- Need to remove the empty space to the left of the graph, after I moved the stocktools to the top of the graph in highstocks
- Forcing two xAxis to be the same in Highcharts
- Highcharts max interval for dateTime in x-axis?
- Pass data in form of variable -Highcharts
- Highcharts - set colour scheme option depending on number of series
- how can I hide bottom vertical lines highcharts.js