need small help on react highcharts with small working example
Budget: ₹600 – ₹1,500 INR
Hi,
I have a series , i want to change the opacity to 0.2 on xaxis from 23 to 52 in highcharts for the below data
series: [{
data: [23, 42, 52, 47, 64],
zoneAxis: 'x',
zones: [{
value: 1.00001,
color: 'green'
}, {
value: 2.00001,
color: 'red'
}, {
value: 3.00001,
color: 'green'
}, {
color: 'red'
}]
}]
I have a series , i want to change the opacity to 0.2 on xaxis from 23 to 52 in highcharts for the below data
series: [{
data: [23, 42, 52, 47, 64],
zoneAxis: 'x',
zones: [{
value: 1.00001,
color: 'green'
}, {
value: 2.00001,
color: 'red'
}, {
value: 3.00001,
color: 'green'
}, {
color: 'red'
}]
}]