score:67
Accepted answer
You're looking for a plot line. See the documentation here: http://api.highcharts.com/highcharts#xAxis.plotLines.
The basic format is:
xAxis: {
plotLines: [{
color: '#FF0000', // Red
width: 2,
value: 5.5 // Position, you'll have to translate this to the values on your x axis
}]
},
Source: stackoverflow.com
Related Query
- How to draw a vertical line on HighCharts?
- How to draw vertical lines on Highcharts graph?
- How to add vertical (and horizontal) line in highcharts scatter plot
- How to draw a line on a highcharts graph from an AJAX call?
- Draw vertical line when two lines cross in Highcharts
- How to draw a vertical line from a xAxis click event in Highcharts?
- how to draw dotted line vertical line at 0 postiion in highChart
- How to draw a Horizontal line using Highcharts DotNet C#
- how to draw end line on x axis in highcharts
- Highcharts vertical line (crosshair) logic
- Highcharts - How to remove connecting line between fixed tooltip and point
- Change Y Axis vertical line color in Highcharts
- How do I set highcharts line graph point colors to an array of colors?
- Highcharts / Highstock step line without vertical "transition" lines?
- Programmatically draw rect and line in Highcharts with zoom
- How to plot line in highcharts on charts click event?
- How to customize the crosshair Line for Highcharts
- How can I force ticks/grid lines on a Highcharts datetime X axis to arbitrarily line up with data points?
- How to parse JSON into HighCharts line graph?
- How to draw a bubble map with longitude and latitude using Highcharts in react
- How to display a separating line in Highcharts exporting menu?
- How to add a horizontal line in Column bar chart in Highcharts plugin?
- In highcharts how do I change the color of the line above the categories?
- How to cut off the line in highcharts between two pointI
- How do i add mouse wheel code in Angular2 highcharts in typescript
- how to display 2 same highcharts without duplicate the code
- How to change space value between grid and yAxis in Highcharts line chart
- Highcharts - How to draw Confidence Intervals
- Highcharts - How to plot a X axis line on my bell curve (Standard Deviation Curve)
- How to edit tooltip in Highcharts C# code
More Query from same tag
- Effective way to display the data in the chart
- highcharts - Not able to switch between bar to column or vice versa graph type in drilldown
- Hichcharts- hidden series does not show again after updating plots twice
- Angular Highcharts - How to enable noData options and update it dynamically
- How to make label in highcharts area graph display absolute values instead of negative values?
- Highcharts is not responsive in ajax call
- How to show multiple sets in a Highcharts Venn chart?
- Highcharts Percentage area graph splined?
- Calling a function from highcharts upon clicking the piechart
- Select custom date range on highstock control
- The data is not rendered in highcharts
- how to change color of line chart in highchart based on a categorical column in r?
- How to retrieve/display title, units, copyright along with JSON data in Highcharts
- highcharts: fire animation when visible instead of on page load
- How to change highmap bubble color
- Highcharts : Shared Tooltip for non-matching x values
- Stop Highcharts Networkgraph from redrawing the markers when hovering
- Highcharts / Highstock scroll default position
- Highcharts draw (and remove) glyphs on the chart
- Showing user the script is loading
- How to set individual colors for high chart pies
- making series in Highcharts clickable
- Set color of highchart column according to average or limit value
- Highcharts: How to set unique images on top of bar chart serie
- HighCharts chart asp.net mvc rendering
- Adding tooltip to legend in highcharts
- Highcharts donut hover all area
- Match multiple repeating nodes and then add their output
- How to use HighCharts dart library in Flutter app?
- Setting min and max for chart in Highcharts library error