score:19
Accepted answer
You still need to specify multiple axes, and then you can use the 'linkedTo' and 'opposite' properties:
yAxis: [{
min: 0,
title: {
text: 'Population (millions)',
align: 'high'
},
labels: {
overflow: 'justify'
}
},{
linkedTo:0,
opposite:true
}],
.
Edit for clarification based on comment below:
Highstock, at the time of this writing, sets the opposite
property as true
for the yAxis
by default.
However, Highstock is not a "version of Highcharts". Highstock is its own product, originating from and related to Highcharts.
All versions of Highcharts currently set opposite
to false
both axes by default - yAxis
will be on the left, and xAxis
will be on the bottom.
Source: stackoverflow.com
Related Query
- How replicate the value of Y Axis on both sides of the axis in Highcharts
- How can I update the data in highcharts for both x axis & y axis?
- How to get the axis value with respect to the cross hair in highcharts
- Highcharts double y axis constant 0 value on both sides
- Highcharts : How to increase marker radius based on the value range in Y axis in Scatter Graph?
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- how to set the interval of points on Y - Axis highcharts
- How can I get the max value of a y axis at highcharts?
- Highcharts - How to start x axis from an arbitrary value
- How do I get the value of a highcharts graph point on mouseover?
- Getting the X Axis value in HighCharts
- how to get the axis value when I click on a cursor in highstock(high charts)?
- How to remove the value and number labels from Highcharts angular gauge
- HighCharts - Show categories in x axis intead of the value of x in Bubble Chart
- How do I put Icons in the y Axis for a Dynamic Highcharts chart?
- Highcharts - how to create multiple y axis and group the data series
- how to display 2 same highcharts without duplicate the code
- How do I remove padding from both sides of Highcharts area category chart?
- Highcharts how to create legends based on the value of points
- How to make the Y Axis values not start from 0 in highcharts? How to display forcefully display the last category data on X axis in HighCharts ?
- how to display both the series value in plotoptions mouseover event
- How to pass php value in the "formatter" of Highcharts in Yii2
- Highcharts - How do I keep both line points in from splitting between the two bar charts
- How do I plot the x axis line using Highcharts when pegged at 0?
- My Highcharts graph with multiple axis ignores the max value I set for the first yaxis
- How to set Highcharts xAxis position on the yAxis zero value (negative/positive chart)?
- highcharts how to make x and y axis starting on the same zero using categories on yAxis
- Highcharts - how to access category of multiple axis of the point from tooltip
- How do you change the height value when more items are added to highcharts dynamically?
- How I can change the axis both side in y axis?
More Query from same tag
- Remove Selection Of bar in highchart with hover working
- HighCharts - Set Max and Min values in zoom reset
- HighCharts JSONArray without quotes
- Highcharts (Highstocks) - clickable flag images
- In highcharts, the data in the legend is overlapping incase of data less than 10000
- X-axis alignment for Columnrange
- Highchart - ThingSpeak - IoT - issues with graphs (axes)
- How to get index of a point in Highcharts?
- Issue on Setting Up Highchats.js Index of Chart
- HighChart how to use object array
- How to hardcode arbitrary Tick text labels on y axis in highcharts
- Highcharts: Multiple series, one chart, select individual series
- Highcharts.dateFormat("%Y-%m-%d %H:%M", this.x) not working
- Highcharts: Align two series horizontally to the same x-axis which are in opposite sides
- Use images in Highcharts as xAxis labels
- create a ranking and statistics with repeated database records
- Highcharts datetime axis, how to disable time part (show only dates)?
- Highchart: add own calculation to tooltip
- Rails and Highcharts
- Highstock points don't align with tick correctly
- Highcharts - Custom format for dateTimeLabelFormats (1st hour, 2nd hour....)
- how to make chart real time with 2 line and get data from php with highcharts
- How can I get highcharts Donut chart to auto calculate percentages
- Is to possible to delay the needle loading animation in Highcharts angular gauge?
- Javascript HighCharts parsing CSV
- Extracting multi-dimentsional arrays in Javascript/JQuery
- Highchart multicolour areaspline
- Highcharts area spline values have incorrect position on y-axis
- Use Series names as xAxis in Highcharts
- How to update bar graph in Highcharts without redrawing again