score:5
Accepted answer
use the select method of the point object https://api.highcharts.com/highcharts/series.line.point.events.select
score:9
using a marker we can do this:
$(function () {
$('#container').highcharts({
chart: {
},
xaxis: {
categories: ['jan', 'feb', 'mar', 'apr', 'may', 'jun', 'jul', 'aug', 'sep', 'oct', 'nov', 'dec']
},
series: [{
data: [29.9, { marker: {
fillcolor: '#ff0000',
linewidth: 3,
linecolor: "#ff0000" // inherit from series
},y:71.5}, 106.4, 129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4]
}]
});
});
Source: stackoverflow.com
Related Query
- Highcharts highlight single point on line
- Highcharts Line Chart - Highlight xAxis labels on point hover
- How to set a different border line of every single point or serie in Highcharts scatter plot?
- Highcharts => Getting the id of a point when clicking on a line chart
- highcharts customize tooltip for a single point
- Highcharts - How to remove connecting line between fixed tooltip and point
- How do I set highcharts line graph point colors to an array of colors?
- Highcharts - synchronized-charts crosshair line and circle point display
- Highlight point in Highcharts scatter graph?
- How to highlight specific Point with Highcharts Js
- Highcharts add point to line chart with json
- Highcharts Grid Line Width (or Color) - Single Line
- Highcharts multiple data on single point in series
- highcharts no point markers but show single point or discontinous points
- How can I highlight every data point in Highcharts fixed width container?
- Highlight a line with different color in Parallel coordinate chart with Highcharts
- highcharts line for one point serie
- Highcharts line chart: point should be clickable, the line between the points not. Is that possible?
- Highcharts Single Line series JSON date data format
- When adding point on dynamically created Multiple Highchart Graphs on a single page, the plot line draws to the start point instead of last point?
- Basic highcharts plugin, need to remove line between point
- Highlight point range in Highcharts
- Highcharts ( stockchart series line is not connecting to the last point
- highcharts not displaying line when last point is before current x Axis minimum and next point is after current X Axis maximum
- Highcharts Line Chart - Hyperlink on a data point
- Highcharts timelines with a single data point
- Highcharts add single line to column chart
- move one vertical line with mouse over and find intersection point with two highcharts
- Highcharts : Single point in x-axis of datetime type shows 00:00:00:0000
- How to show horizontal line instead of a dot for a single value data in highcharts
More Query from same tag
- Highcharts and OpenLayers not rescaling after Bootstrap layout change
- Problems using provider in conjunction with a controller for Highcharts graphs in angularjs
- Highcharts unable to destroy labels
- Changing value of variable in Highcharts selection event in angular
- Highchart xAxis.currentDateIndicator showing the current time (passing by)
- Highcharts CSS styling missing in exporting context button
- Connect limit's series in Highcharts
- Highcharts - yAxis logarithmic scale and allowDecimals set to false not seeming to have any effect
- Get dates highcharts onChange
- How can you align the left and right Y-axes of vertically stacked HighCharts charts?
- How to style text annotation using CSS in highchart
- Highcharts - Aligning dateTime series for shared tooltip
- Highlighting Highcharts column
- Modifying text in resetZoomButton doesn't work - highcharts
- scrollablePlotArea and drilldown button position
- continue the line drawing on dotnet highchart
- setting the categories using ajax in highcharts
- How do I display csv data in Highcharts?
- Highcharts: How to make curve start outside of the visible view horizontally?
- Highcharts: How to exempt a series from redraw zoom calculations?
- Highcharts backgroundColor for multiple charts is only applied to one chart
- How to set a function to the max value in boxplot highcharts
- how to add copyright symbol in a highcharts title?
- R Highcharter tickmarkPlacement with hchart() function
- HighCharts - Set default Axis options for my extension
- HighCharts column to pie
- Highmaps from sharepoint data
- Javascript not executing after ajax partial rendering in rails
- HighChart not displaying 'table' in reactjs
- Add design to plotLabel Highcharts