score:7
Accepted answer
You don't have to use categories at all. In general categories are good to show e.g. fruits, or names - how to define which name should be displayed, and which shouldn't? Is apple more important than banana?
However, solution is pretty simple, using xAxis label formatter, take a look: http://jsbin.com/oyudan/27/edit
xAxis: {
labels: {
formatter: function(){
return names[this.value];
}
}
},
Source: stackoverflow.com
Related Query
- Highcharts overlapping category labels
- Highcharts data labels overlapping columns
- Overlapping labels in HighCharts on xAxis
- Highcharts Pie chart multi line labels overlapping
- Highcharts - Overlapping scatterplot labels are not readable
- Highcharts display priority of overlapping labels
- Highcharts - How to force dataLabels to show labels when overlapping the content
- Highcharts export duplicating category labels
- Highcharts unevenly spaced x-axis with category labels
- Highcharts custom formatting/coloring of category labels
- How to display tooltip data below x-axis category labels using Highcharts
- How do you change the colour of each category within a highcharts column chart?
- Format Highcharts y-axis labels
- Highcharts text labels for y-axis
- Always display data labels above columns in HighCharts
- How to hide labels in the highcharts in the pie
- Highcharts - show every other x-axis category
- dealing with highcharts bar chart with really long category names
- Highcharts remove zero value labels
- How to prevent highcharts from shortening labels with ellipsis
- Highcharts Pie Chart.How to set labels in two lines
- Show only time labels on xAxis. Highcharts
- Highcharts - labels inside and outside a pie chart
- Highcharts not displaying data labels for Pie chart in arabic
- Highcharts : Display the labels (min, max, median etc.) in boxplot
- Highcharts X-Axis labels as Text
- HighCharts - show last labels in xAxis
- Highcharts labels cut off
- highcharts column labels
- Enable or disable data labels shown in pie charts in Highcharts on click of a button
More Query from same tag
- DotNetHighcharts- Can I assign my whole chart to a JS var after page load, for further manipulation
- Issue with click function highcharts-ng and Angularjs
- How do I create data binding between highcharts and Polymer 1.0
- how to draw a directed path on a map in highcharts?
- Proper format of json for Highchart.js with multiple series
- How to change the graph
- Drag multiple points at one time in highcharts
- HighCharts JS showing extra xAxis parameter
- Center of chart(pieChart)
- Highcharts - Reset zoom in synchronised charts
- Unexpected behavior of useCallback hook in my React component
- Chart not being displayed using DotNet.HighCharts and WebForms
- Using a highstock chart with stacked series
- Highcharts multiple series from json
- Vue encountering problem when importing highcharts-more
- R HighCharter Stock Graph not correctly pulling dates
- Highcharts Ganttchart (or XRange) group y-Axis elements
- How to concatenate 'this.name' with HighCharts & PhantomJS
- In HighCharts, I Can't display data returned from ajax call
- Areaspline: edge to edge lines and hide first y label
- Highcharts Dynamic different time calculate
- Browser crashes after periodic update of Highcharts series data
- Highcharts data set array
- How can I limit the length of a HighCharts PlotLine on the Y-Axis for a BoxPlot?
- Display vertical line on intersection point
- How to make highchart points redirect to another component with value in React?
- Highcharts : trouble with axis Label
- Highcharts reset zoom doesn't center data points
- Highcharts not displaying JSON data
- Inner Margin on Highcharts Graph