I am using Stock High Charts, I want to display all the labels in x-axis (the labels show city names). How do I achieve this?
xAxis: {
labels: {
rotation: -50,
step: 1
}
},