as shown in the figure, let March column and March in x axis highlight at the same time
series is configured as follows. You can only change the color of the selected column
how to modify the x-axis text color at the same time
series: [{
name: "",
type: "bar",
data: [20,20, 36, 10, 10, 2,5, 20, 36, 10, 10, 40],
itemStyle: {
normal:{
color:"-sharp2C9AFB"
},
emphasis:{
color:"-sharp9EE734"
}
}
}]