Need to merge the x axis labels for histogram in highcharts. The first two bars should have a label of (Group 1), the third bar should have a label (Group 2) and the last two bars will have Group 3 as the label.
step is the only thing I found from the documentation but its doesn't fit my requirement. If anyone has ideas please let me know.
labels: {
step: 2
}