score:23
This vertical line appears by default on highstock but on highcharts it's null by default. You can enable it setting tooltip crosshairs like here.
To highlight all your series on the same y value you have to set shared as true like here.
Code:
tooltip: {
crosshairs: {
color: 'green',
dashStyle: 'solid'
},
shared: true
}
You can style your crosshairs looking the following reference.
Source: stackoverflow.com
Related Query
- Highcharts vertical line (crosshair) logic
- Change Y Axis vertical line color in Highcharts
- Highcharts / Highstock step line without vertical "transition" lines?
- How to customize the crosshair Line for Highcharts
- Highcharts - synchronized-charts crosshair line and circle point display
- Connect two different values with vertical line in highcharts
- HighCharts Keep Vertical Line on Click Event
- How to add vertical (and horizontal) line in highcharts scatter plot
- Vertical line within bars of a stacked bar chart using recharts or highcharts
- Draw vertical line when two lines cross in Highcharts
- move one vertical line with mouse over and find intersection point with two highcharts
- Updating Y-Axis of Highcharts line graph causes vertical line
- HighCharts turn animation false for line chart
- How to draw a vertical line on HighCharts?
- Hide line in default state in Highcharts
- Highcharts => Getting the id of a point when clicking on a line chart
- missing value in highcharts line graph results in no line, just points
- Can I add an "average" line to Highcharts Chart?
- How to draw vertical lines on Highcharts graph?
- Improve performance of Highcharts line chart
- Highcharts highlight single point on line
- highcharts how to catch and insert logic in click reset zoom button event
- Highcharts - How to remove connecting line between fixed tooltip and point
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Highcharts line chart won't display line chart in IE
- Stop HighCharts increasing width of line on hover
- Is it possible to hide the line & symbol next to Highcharts legend items?
- Highcharts : smooth / anti-aliasing line
- Drill down function in highcharts in case of line charts
- Highcharts : hiding bottom-most x axis grid line
More Query from same tag
- Calculate Y-axis breaks
- highcharts scroll through axis
- Threshold value change on click of rangeSelector in HighStock graph
- Cannot plot scatter and columnrange graph with multiple y-axis
- Converting a complex json format to C# class for Highchart Organization Chart
- How to add text labels to a numerical x axis in Highcharts
- Highcharts show x-axis labels as weekly intervals
- Mouse behavior buggy?
- Highcharts tooltipRefresh check for hovered item
- Create log scale in highstock
- Parsing string array into chart
- Android highchart how to disable export button?
- How to set intervals for multiple y-axis in Highcharts?
- highchart Series giving error inside while loop in php
- Highcharts - Column chart with legend for each data
- Highcharts Angular - How to set chart width and height with percentages?
- Synchronize multiple chart's x-axis
- How can I set a min/max width to highchart's columns?
- R Highcharter: Select category from a single point
- highchart-export-server --batch command running but not converting json into png
- Connecting two points in a graph
- Hight chart value are hidden , while clicking all legend
- Highstock: xy zooming with panning
- HighCharts: How to pass x and y value of selected point to Rails
- Changing chart type give: Uncaught TypeError: Cannot read property 'length' of undefined Highcharts
- Group vertically and Horizontally in HighCharts Gantt
- Broken y-axis in multiple y-axis settings for Highchart
- How are Highcharts event listeners handled
- try catch on static function asp.net
- Rails 4 + Filtration of Data on the basis of Day, Week, Month and Year in HighCharts