How do I duplicate this data inside 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
}]