score:1
Accepted answer
Shared tooltip does not work with scatter
series - please check this issue: https://github.com/highcharts/highcharts/issues/1431
The simplest solution is to use line
series type with lineWidth
property set to 0
:
plotOptions: {
series: {
lineWidth: 0,
states: {
hover: {
lineWidthPlus: 0
}
}
}
},
Live demo: http://jsfiddle.net/BlackLabel/3fda1nm4/
API Reference: https://api.highcharts.com/highcharts/series.line.lineWidth
Source: stackoverflow.com
Related Query
- Highcharts - Format overlapping scatter points in a shared tooltip
- Highcharts shared tooltip for line series and scatter plot not working
- Highcharts skipping shared tooltip points for large data sets
- Customize tooltip and format the number to 2 decimal places of highcharts
- Disable tooltip on certain points in Highcharts
- How to Format Highcharts dataLabels Decimal Points
- Format tooltip numbers in Highcharts
- Highcharts shared tooltip requires different valueSuffix and varying decimals
- highcharts tooltip format millions billions
- Highcharts scatter plot with lots of data points running really slow
- How to set the z-index of points on a HighCharts scatter plot?
- How to resolve overlapping scatter points in a highchart
- Highcharts tooltip date format when using pointFormat
- Highcharts : Shared Tooltip for non-matching x values
- Highcharts - Show tooltip on points click instead mouseover
- Highcharts shared tooltip between charts with multiple series and shared tooltip
- How to get the highlighted point from shared tooltip formatter, Highcharts
- Highcharts - how to set custom content in point tooltip (popup) on 3D scatter chart or how to customize point tooltip information?
- Format highcharts tooltip
- Highcharts Tooltip formatting for shared Tooltips
- Tooltip in chart with line- and scatter plot in highcharts 3.0.7
- Show multiple Tooltips in highcharts on overlapping points
- Highcharts Scatter Plot - How to Fix Overlapping Data Labels?
- Highcharts scatter plot - make tooltip not follow pointer
- Display multiple points with exact same value in scatter HighCharts
- Compare two data points inside the tooltip in a Highcharts combination chart
- Format highcharts date tooltip to display timezone
- How to edit tooltip in Highcharts C# code
- Highcharts - Aligning dateTime series for shared tooltip
- how to use highcharts tooltip formatter in python code
More Query from same tag
- Highcharts - resize legend on chart resize?
- Highcharts legend alignments
- GWT Highcharts calling Javascript using JSNI
- Which web charting libraries export well with Wicked PDF?
- Dynamic data binding to Highchart
- the milliseconds data is not present in the history data of highcharts
- Trying to get Gridster to call functions like disable but $('.gridster ul').gridster().data('gridster'); not working
- Drop down menu disappears after the chart is created
- Highchart Maps (Highmaps)- data
- Testing for NaN in a JS array?
- HighCharts on hover change dataLabel's font size
- Synchronize two highstock charts, same rangeSelector across two tabs
- Highcharts chartWidth no longer works with chart.getSVG()
- Highcharts: how display tooltip, when point = null?
- Pass vales from Javascript back to C# function
- parse file from input with papaparse
- How to show plotlines on highstock when its set much higher than the data series?
- Two different thresholds in HighCharts 3.0
- Trying to set a minimum height on bars in HighStock
- Accessing hovered point data series highstock
- Dynamic values above column + jQuery Highcharts
- HighCharts : Xaxis lables misplaced
- Control spacing between bars in Highcharts grouped bar chart
- My Highcharts graph with multiple axis ignores the max value I set for the first yaxis
- Different border radius
- Highcharts stacked column chart 3 level drilldown from JSON
- Highcharts 3D render problem on setState()
- highcharts half pie container too big
- highmap does not display
- How to bring up tooltips in a line chart when the points are on the same point x