1
As I duplicate to the left that data within the circle in red?
yAxis: [{ // Primary yAxis
opposite: true,
title: {text: metrica, x:35 },
labels: {align: 'right', x:35},
gridLineColor: '#b1b7b0',
gridLineWidth:2
},
{ // Secondary yAxis
opposite: false,
title: {text: metrica, x:-35 },
labels: {
align: 'left',
x:-35,
formatter: function() {
return this.data
}
},
gridLineColor: '#000000',
gridLineWidth:2
}]
@Felipe Knows how he does ?
– Julio Henrique
I’ll take your question to open a parenthesis for a question I have. On my hightchart the y-axis on the left side is displaying different values of the y-axis on the right side. How to equal?
– Mariana Bayonetta
@Marianaferreira has to send his code so I can know how to insert other values in the axis?
– Julio Henrique
I’ll send the question, it has my code: https://answall.com/questions/243912/eixos-y-diferentes-em-highcharts
– Mariana Bayonetta