score:2
Accepted answer
You can use scatter serie with lineWidth set as 2, then hide a SVG path (line) and catch mouseOver / mouseOut events to manipulate graphic.
Example:
http://jsfiddle.net/sbochan/t96cds7o/3/
plotOptions: {
series: {
point: {
events: {
mouseOver: function () {
this.series.graph.show();
}
}
},
events: {
mouseOut: function () {
this.graph.hide();
}
}
}
},
// callback
setTimeout(function(){
chart.series[0].graph.hide();
},1);
Source: stackoverflow.com
Related Articles
- Highcharts - connect points with a line in scatter plot on hover
- Highcharts scatter plot with lots of data points running really slow
- Highcharts scatter plot with variable line width
- Fill area beneath scatter points with color in Highcharts 3d scatter plot
- Highcharts - Scatter chart with a line connecting the dots in the series
- Highcharts shared tooltip for line series and scatter plot not working
- HighCharts scatter plot with Datetime on X Axis not plotting values correctly
- Tooltip in chart with line- and scatter plot in highcharts 3.0.7
- Highcharts - How to make a scatter plot with multiple series from HTML table
- Display multiple points with exact same value in scatter HighCharts
- Highcharts line and points are shown only on mouse hover
- Highcharts change symbol and hover text of individual points Line Chart
- Connect two different values with vertical line in highcharts
- Possible to use Highcharts Scatter Plot with categories?
- Highcharts line chart all points disappear when have more than one points with same X Axis
- Highcharts - draw line chart with summed values but show breakup on hover
- Don't connect points with value 0 in highcharts
- How to add vertical (and horizontal) line in highcharts scatter plot
- Plot a bar graph using Highcharts drilldown with two different JSON end points
- Highcharts - Scatter plot single series with multicolor plots (points)
- Highcharts scatter plot with time only
- Highcharts plot offset on line graph with categories
- Find and fill intersection of line chart with plot line in highcharts
- Is there a way to plot more than 1000 points in a scatter plot using the Highcharts .NET Wrapper?
- stacked column points connected with a dashed line highcharts
- add scatter points on line chart, Highcharts
- Highcharts fill in scatter plot data with 0s
- Plot 400K graphs of 2 points from CSV with Highcharts
- from csv to scatter plot with HighCharts
- Rsquare best fit line in actual and precited scatter plot with d3.js/chart.js/highcharts
- Getting the X Axis value in HighCharts
- Excel, PHPExcel, Scatter plot (XY) and Highcharts. The structure of scatter plots in Excel
- Highcharts - How to deploy data labels & tooltips for 2nd data series
- Highcharts - Pie chart with negative values
- to check highcharts values using selenium and firefox
- Max number of flags on highstock control
- Highcharts - choosing the legend size
- highcharts - drilldown: does not workn with AJAX
- Highstock Column Chart dragging issue
- Make highcharts fullscreen also fullscreen the div wrapping the chart
- Highcharts highstock tooltip series order
- Highcharts won't fit in Bootstrap 3 modal body
- High chart - displaying marker symbol on column range dataLabels
- highcharts-ng grows but doesn't shrink in flexbox
- Highcharts range selector doesn'n work
- Highchart border rendering bug when hover
- Highcharts - remove points from series
- Why can't I change the cursor to "progress" before performing some script in jQuery?
- Highcharts Add text to label
- highcharts different tick interval