score:1
Accepted answer
Define an array of axes, the second yAxis should be linked to the first one and has the opposite prop:
yAxis: [{ title: { text: '' } }, { opposite: true, linkedTo: 0 }],
Set the width of the xAxis grid line to some positive value and, optionally, hide the ticks by setting their length to 0:
xAxis: { categories: [], gridLineWidth: 1, tickLength: 0 },
Plot lines are like grid lines but more customisable - see docs for more information.
live example: https://jsfiddle.net/fpg0q8ep/
Source: stackoverflow.com
Related Query
- Highcharts - second y axis and plotlines in x and y directions
- Hide axis and gridlines Highcharts
- Add a gap between the second and third series in a Highcharts column plot with four series displayed
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- How to add space between chart and axis in highcharts
- Highcharts blank chart with x and y axis
- Highcharts - Display only year in x axis and stop auto formatting
- Style highcharts x and y axis
- Dual axis using percentage and absolute value to same serie in Highcharts
- Highcharts - Bar - Setting the X axis width and the chart area width to be constant
- Legend and Axis titles not showing in Highcharts Graph
- Legend and Axis titles not showing in Highcharts Graph
- Highcharts - Global configuration with common code and unique data & Headings
- how to pass values to tooltip which not in x and y axis in highcharts
- Chart's width is impacting to my second x axis labels in Highcharts
- Highcharts plotLines with multiple xAxis and yAxis
- Highcharts - how to create multiple y axis and group the data series
- Is it possible to have two Y Axis in a highstock chart from highcharts one on the left and another on the right?
- how to show column and area charts with different y axis with same category and same x axis in highcharts
- How to have first level as column chart and second level as Fixed placement columns in drill down highcharts
- Highcharts multiple x axis and yaxis. The width of the 1st x-axis is not in sync with browser resize
- Highcharts custom scaling on y axis - mix of linear and logarithmic
- Highcharts adding additional series and axis breaks existing yAxis min/max
- Can I set a minimum positive and a minimum negative axis value in Highcharts
- Highcharts - three series using left Y axis and the fourth using the right Y axis
- Custom "compare" and axis range in Highcharts
- highcharts how to make x and y axis starting on the same zero using categories on yAxis
- Highcharts same scale steps (equal tick interval) on x and y axis
- Highcharts with dual axis and stacking - R
- highcharts not displaying line when last point is before current x Axis minimum and next point is after current X Axis maximum
More Query from same tag
- Highcharts3 change symbol color(symbolStroke) for export button on hover
- How to get the exported image without moving from the current window when using mobile devices
- Render a list of highcharts in Rmarkdown
- Hyperlink bar chart in Highcharter
- Multiple Independent Axis
- HighCharts Data with JavaScript PHP JSON
- I want to add a line to each column in a Highcharts column chart
- Highcharts line chart from a Google spreadsheet
- how to add xAxis.tick dynamically
- Why is the my "max" value not accepted in Highcharts?
- (how) can we create semi circle donut chart, with range labels?
- hightchart Plotting variables Issue
- Highchart xAxis "6 Hours Ago" ,"5 Hours ago" and so on. while my chart is updating
- Highcharts mixed column/spline, wrong xaxis labels
- how to show one more array in the tooltip using highchart?
- Highstock error Invalid date
- highcharts waterfall not summing correctly
- highcharts: disable hover on column chart when i use two chart togheder
- Highstocks, chart.series[0].data is empty in afterSetExtremes()
- Remove spaces between axes and columns in Highcharts with only one category
- Highcharts: How can I achiveve multiple rows on chart labels?
- highcharts positioning and colour
- How to change color of lable (name) in a highcharts series?
- How to extend a line series as dotted only when checkbox is clicked?
- Not able to align highchart made using angular js
- Angular highcharts problem showing week number
- Replace data set every min
- How to display non-graphed data from CSV file in Highcharts' tooltip?
- Highchart - Is it possible to add data to series in stockchart.
- Issue with highCharts range selector date format?