I have used activity gauge from the HighChart. I want activity gauge chart with the range option in data. See the below example:
Suppose my yAxis have a min and max value 0 to 100.
yAxis: {
min: 0,
max: 100
}
I want series data in a range option like below
series: [{
data: [{
y: [0,48]
},{
y: [90,100]
}
}]
I also want custom tool tip like below image