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
- How to add box shadow for highchart chart?
- Highcharts load series data problem in Angular
- TypeError: B is not a function when exporting
- Correction chart view with Highcharts
- Retrieve first and last values on HighChart
- Can I add my own property in 'this' of xAxis labels formatter function in High Charts?
- Showing HighCharts series name on x-axis and in legend
- Hicharts data API for line graph using datatime and matching x-axis to y-axis
- error while installing highcharts in angular app
- how to apply text-align center property to highchart custom label
- How to rotate javascript highchart line graph -90 degree without affecting the data values
- How to create a stacked chart with cumulative line using Highchart.js
- Plot heatmap from CSV file [Highcharts]
- I want show NO DATA AVAILABLE with backside grid lines in highcharts
- How can I fix Highcharts error #13?
- HighCharts showing wrong month
- Highcharts hover delay and not rendering with multiple series
- Highcharts - choosing the legend size
- How to format dates in Highcharts on x-axis?
- Single column HighCharts for an array
- Highchart event click runtime error in Ionic
- Add onclick event on chart made with the highcharts library
- Highcharts area range series change plotting area dynamically
- Bar value depend on other bar value in HighChart
- How to use high charts in Angular?
- How can I do a padding between my highest x-value and the plot's right gap in Highcharts?
- How to draw a line on a highcharts graph from an AJAX call?
- Trying to load flags with my temperature data from json files
- How to change zoomType status in Highchart?
- Highchart is blank