score:1
Accepted answer
I have corrected the problem with your code: DEMO
You will have to pass series data for each y-axis individually:
series: [{
name: 'Rainfall',
type: 'column',
yAxis: 1,
data: [49.9, 71.5],
tooltip: {
valueSuffix: ' mm'
}
}, {
name: 'Temperature',
type: 'column',
data: [7.0, 6.9],
tooltip: {
valueSuffix: ' °C'
}
}]
score:1
Well, I think you need to fix your series
object. How about this:
series : [{
data : [{
name : 'Roads',
y : 200
}, {
name : 'Powerlines',
color : '#FF00FF',
y : 50
}
]
},
{
yAxis : 1,
data : [{
name : 'Roads',
y : 30
}, {
name : 'Powerlines',
color : '#FF00FF',
y : 10
}
]
}
]
Also you need to add yAxis : 1
as an id to axis (you can explicitly set the id of an axis to make sure)
Source: stackoverflow.com
Related Query
- Issue on Setting Two yAxis in Highcharts.js
- Highcharts Pie Chart ignores percentageDecimals tooltip setting and has floating point inaccuracy issue
- Highcharts yAxis text rotation issue in IE8
- Setting yAxis Max value in highcharts
- Highcharts how to align two charts yAxis on the same line
- Highcharts yAxis self-adaption issue
- Set at the same level the unit of two yaxis highcharts
- Define yAxis value with two different yAxis scale highcharts
- Issue on Setting Highcharts Spider Web Legend in One Iine at button of Chart
- Highcharts cloud issue with data source when duplicating chart
- Highcharts loaded via ajax, issue to dynamically create yAxis
- Decimals on yAxis are not being displayed, even if that same code works on highcharts jsfiddle
- Setting yaxis as logarithmic with Highcharts cakephp plugin
- how do you draw two yAxis chart in highcharts
- Highcharts dual yaxis scaling issue
- Highcharts - setting the yAxis title dynamically
- Highcharts gauge with two yAxis and related size
- How to set Highcharts chart maximum yAxis value
- Highcharts - issue about full chart width
- Styling bar colors in Highcharts with a gradient issue
- HighCharts full width issue
- jQuery UI Tabs and Highcharts display/rendering issue
- Highcharts yAxis max not working
- HighCharts - two Y-axis, one with max value
- how do I get two highcharts on one page?
- Highcharts Pie Chart.How to set labels in two lines
- Highcharts data series issue with ajax/json and PHP
- Highcharts - set maximum range for yAxis but keep axis dynamic within that range
- Highcharts dynamically add/change yAxis plotLines
- Possible to connect the zoom on two Highcharts graphs?
More Query from same tag
- put your own series in highcharts sereis
- Stacked Bar chart with multiple yAxis
- Input field in highcharts graphic
- Pass string variable to data Highchart
- How replicate the value of Y Axis on both sides of the axis in Highcharts
- Highcharts heat map not displaying properly
- HighCharts: Logarithmic scale
- Huge memory leak in Highcharts - Create and destroy lacks memory?
- Capturing touch events (touchstart and touchmove) in addition to mousemove for synchronising highcharts
- How to change area graph color above certain value in Highcharts
- Can not get highchart to display on page - only example will display
- How to display historical data and live data from database using Highcharts
- Highcharts showing points on hovering over the line which are outside the chart area when the chart is zoomed in
- Highcharts free-form drawing content not getting exported
- sort chart bar by color with the correct value from the text file using HIGHCHART,PHP
- Highchart in angularJS directive
- Highcharts : set a maximum number of ticks with a fixed interval
- How to display only last data point on highcharts?
- How can I display my high-chart correctly and import data?
- Highcharts mouse over point information
- Vue3 Multiple Highcharts
- How to make 3 levels drilldown plot in R highcharter (possible other packages)
- Highcharts live data, json ajax
- Highcharts multiple yaxis plotband collision
- How to remove bullet from tooltip when using highchart?
- Stacked percent bar in a spark line grid for Highcharts
- Can we set a color for timeline bar?
- Unicode character not displayed in HighChart marker
- DotNet.Highcharts , Is there any way to use it in Winform application?
- Highcharts Area Range Plot in rCharts