I am trying to display a bar chart(with horizontal bars) with Highcharts. For the Y-Axis, I need to display text values based on the range of numerical values. For example, for the below mapping:
Range 0-5 - "Ad hoc"
Range 6-10 - "Foundational"
Range 11-15 - "Competitive"
Range 16-20 - "Differentiative"
On the Y-axis, instead of numerical values, I want to display the 4 labels "Ad hoc", "Foundational" etc. should be displayed. The working example is found here. The example has predefined values for each label category. Thanks!
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…