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 Query
- 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
More Query from same tag
- Generate highchart instance on floating div from mouseOver on axis label or from series point
- Add gridline on dynamic marker highchart
- rCharts HighCharts X-axs grouping
- Split json data
- Highcharts - PDF export format; font sizes for bar chart axis
- dynamically change fontWeight on a legend item Highcharts
- HightChart set new data
- Add a point with 20ms interval, is possible?
- HighCharts: Is it possible to remove every other value on the x-axis?
- Highcharts with live data: align chart on left side
- Highstock - custom tickPositioner and tickInterval
- highcharts gauge multineedles datalabels are overlapping
- How to use dblclick event in highcharts?
- change the color of Highmap
- How to remove data gaps in HighCharts xAxis on a scatter chart
- Draw another chart/or series on mouse hover in HighStock
- High chart php, line not plotting, no error,
- How to change colors of a highcharter matrix/heatmap?
- Exception when converting to image from Base-64 string
- Stock Highcharts date format
- Angular Highcharts 10 $digest() iterations reached when object is replaced
- Legend same colour as bullet
- How to hyperlink bar graph in highcharts
- Render Two charts separate charts using angular js directives
- Different color for different data labels
- Drilldown multiple levels Highchart
- how to set the height of subtitle in highchart without defining height of the container?
- To display legend of the chart outside the canvas of the chart in highcharts
- Would it be possible to make sure that when a cursor hovers over a certain area, it would not change to "hand"?
- HighCharts / Highstock How to build 100% stacked area chart