Is there a way to set the area range (blue horizontal bar) only on the red bar by adjusting its width? I've tried using plot bands, but they cover the full width of the x-axis. Can anyone offer a solution?
In my latest attempt, I successfully set the area range (blue horizontal bar), but it added an extra entry "1" on the X axis. I want to maintain only the initial entry "Omburu" with the same layout of yellow, orange, and red bars, along with an additional blue horizontal bar specifically on the red bar between two values according to the "Puissance kW" scale.
Here is the JSFiddle link for reference: https://jsfiddle.net/poloh11/1qzfgopy/11/
Thank you!
https://i.sstatic.net/Hlq5s.png
{
name: 'Range',
data: [
[1000, 1500],[1000, 1500]
],
type: 'arearange',
lineWidth: 0,
color: Highcharts.getOptions().colors[0],
fillOpacity: 0.3,
marker: {
enabled: false
},
yAxis: 1
}