score:5
From your screenshot, it looks like what you want to remove is the legend, not the x-axis labels.
Since each of the items in your obj
JSON array have their own unique names, the legend will push out each of them unless you set legend: { enabled: false }
in your chart options (see http://api.highcharts.com/highcharts#legend.enabled).
Please let me know if that answers your question.
score:4
You can try check out the property visible.
xAxis :{
visible : false
}
Whether axis, including axis title, line, ticks and labels, should be visible. Defaults to true.
Source: stackoverflow.com
Related Query
- How do you remove x-axis labels from a highchart.js bar chart
- How can I prevent my HighChart bar chart from being inverted?
- How to place x axis labels on top of horizontal bar chart
- How to create chart with highchart in which bar doesn't start from 0 in y axis?
- How to remove extra one legend from High Charts- Bar chart (multiple & stacked)
- How do you remove the partialFill from Highcharts xrange chart
- how can I move yAxis labels from Right of chart to left of chart in highstock
- How do I get remove of 'data table' option from High chart export
- Highcharts Column chart with drilldown, remove hyperlink like formatting from x-axis labels
- How to dynamically change axis from linear to logarithmic in HighChart
- Highcharts - How can I remove starting and ending padding from area chart
- How to remove white space from pie chart in highchart.js?
- How to place labels on opposite Y axis in Highchart without a second series
- HighCharts : How to add or remove "chart context menu" from chart container?
- How to remove the value and number labels from Highcharts angular gauge
- Highcharts basic bar graphs. How to remove strokewith from the bars
- Higcharts - How to remove groupPadding from the beginning of the chart
- Custom axis labels on Stacked bar chart
- how to remove scroll bar in drill down highchart
- change distance of x-axis labels from axis in highchart
- change distance of x-axis labels from axis in highchart
- How to remove sliced line from pie high chart if there there is only one object in data
- how to add dynamic y axis in highchart from specific point of x-axis
- How to remove Title from highchart flags
- How to remove decimal values on x-axis of bar chart : Highcharts
- How to resize bar chart based on no of x axis categories in HighCharts
- How do you remove an annotation from Highcharts?
- How we configure highchart x axis start from first tick?
- Highchart : by passing FROM DATE and TO DATE x axis labels should set
- how to show same labels as bar chart on inverted column chart
More Query from same tag
- Stacked highchart graph not working correctly for 0 values
- How to display yearly values on xAxis in Highcharts
- Why do only 2 of my 3 Highcharts Pie Charts/Graphs are showing
- Highcharts Gantt milestone series
- Highcharts percent view breaks with multiple series
- javascript associative array, looping, and / or scope issue with Highcharts JSON call
- Relative time in Highstocks chart
- Equal distance between points highcharts
- Highcharts.js - edit the axis of a chart without remaking it
- Disable hover on HighCharts
- Highchart error Uncaught SyntaxError: Unexpected number
- Convert JQuery Data into HighChart Format
- Highcharts / Highstock scroll bar and Zoom issue
- highstock chart cancel zoom area selection using "Esc"
- Highcharts: Change Pie Colors By Clicking on a button
- Highcharts numberformat
- highcharts dynamically adding series with addSeries
- How to remove duplicate values in specific column without removing related row
- some highcharts categories missing for unknown reason
- Highcharts Gantt avoid overlapping tasks
- Get Id after addpoint in highchart
- Highcharts returning error #15
- Highcharts. Marks on grid lines
- Showing tooltip on right side of the column in a vertical bar chart
- Change color of selected point in HighCharts dynamically
- Populating a highchart graph from a linq query
- Highcharts annotations not working when using boost module
- How to display datapoint labels / values in Rickshaw graph visualizations?
- How can I identify whether or not a HighChart is displayed on screen?
- Specify color for Pie Chart Highchart