score:1
Accepted answer
Yes, it's possible. Just don't forget to set zIndex
, which by default is below series. See demo: http://jsfiddle.net/Zg325/
yAxis: {
title: {
text: null
},
labels: {
format: '{value}:00'
},
plotLines: [{
value: 9,
color: '#FF0000',
width: 2,
zIndex: 10
}],
minPadding: 0,
maxPadding: 0,
startOnTick: false,
endOnTick: false,
tickPositions: [0, 6, 12, 18, 24],
tickWidth: 1,
min: 0,
max: 23
},
Note: In your example, chart has set inverted: true
, to yAxis becomes horizontal one.
Source: stackoverflow.com
Related Query
- Add plot line to heat map
- How to add vertical (and horizontal) line in highcharts scatter plot
- is it possible to add verical plot line and show the intersection with the series?
- How to add a vertical plot line in multiple line series and show the tooltip on Plot line in highchart
- Is it possible to plot time series on top of a heat map in highcharts?
- How to add white space in the line chart plot points?
- Highcharts Highstock How to Plot OHLC and Line Charts from One Set of Embedded CSV Data Using Series Map Tools?
- Add Extra info like Data attribute or id in heat map highcharts jquery
- Heat map with time line
- Can I add an "average" line to Highcharts Chart?
- Add a gap between the second and third series in a Highcharts column plot with four series displayed
- Highcharts shared tooltip for line series and scatter plot not working
- Add dynamic data to line chart from mysql database with highcharts
- How to add mean line in a boxplot made with highcharter?
- Highcharts scatter plot with variable line width
- How to plot line in highcharts on charts click event?
- Add custom buttons in Angular Highcharts Line Chart
- I want to add a line to each column in a Highcharts column chart
- How to add a horizontal line in Column bar chart in Highcharts plugin?
- HighChart : plot line click event for multiple chart
- Add second line to chart
- How do i add mouse wheel code in Angular2 highcharts in typescript
- Heat Map With Red Color Range For Negative Values And Green Color Range For Positive Values
- Highcharts - How to plot a X axis line on my bell curve (Standard Deviation Curve)
- How to use for loop array to add series dynamically for line chart
- Highcharts add point to line chart with json
- Draw small symmetrical arc line path between two markers on world map in Highmaps
- Finding the Y axis value for a plot line in HIghCharts.js
- How to add trend line to high charts
- Highcharts - Hiding plot line behind plot label
More Query from same tag
- Javascript Reduce Array of Date Value Arrays
- Highcharts - how to disable empty space around Column chart
- Highcharts column chart: create color groups
- set initial graphs on highcharts
- Highcharts sizing bars in a Grouped and stacked barcharts
- Flow chart in Highcharts adding list and line breaks
- How can I make a graph with highcharts from csv file?
- Basic jquery fiddle to Angular Directive
- Replace highcharts with images for report?
- Enable scrollbar using highcharts.js
- Place plotline above one series, but below another series
- Force Highcharts to show last x-axis label
- Drawing a dynamic Mixed Bar and Line chart with HIghchart.js with socket.io for live data
- One genral inquisitiveness about highcharts:
- Highchart Treemap: forcing layout on 3 lines
- How to display tooltip data below x-axis category labels using Highcharts
- Highcharts stacking side by side comparison
- How to use specific version of external library in jsfiddle?
- Highcharts Activity Gauge - how to get different behaviors while hover over
- highchart dynamic binding using asp.net
- Prevent Area plot Y-axis from starting with ZERO
- Formatting PHP/MySQL data in correct JSON format for HighCharts
- adding Xaxis data in each series highchart
- Different color for different data labels
- Add text over export button in Highcharts
- Java Server Based Highcharts and width limitation
- custom GeoJSON map with pie in highcharts Map
- what should be the initial dataset from millions of data points for stock line highcharts
- How to force display of x-axis labels in Highcharts?
- Customizing the Stockchart range selector buttons from HighCharts library in GWT (and Javascript in general)