score:6
Accepted answer
Try to null all values in xAxis or use following code.
xAxis: {
categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',
'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
labels: {
enabled: false
}
}
Please see the example http://jsfiddle.net/ssgoanb5/
See the Doc: http://api.highcharts.com/highcharts#xAxis.labels.enabled
New Updates:
For avoiding decimals values on graph Axis(x/y), Add allowDecimals attributes.
See the Doc. http://api.highcharts.com/highcharts#yAxis.allowDecimals
yAxis: {
allowDecimals: false,
title: {
text: 'Temperature (°C)'
},
plotLines: [{
value: 0,
width: 1,
color: '#808080'
}]
}
Please check the updated JSfiddle: http://jsfiddle.net/ssgoanb5/6/
Source: stackoverflow.com
Related Query
- Highchart: can I make sure the values on the Y axis are only integers?
- Vue js + HighChart - how can I make a synchronous axios call before the component get rendered?
- How to make the Y Axis values not start from 0 in highcharts? How to display forcefully display the last category data on X axis in HighCharts ?
- in HighChart the X axis 0(zero) geting up in the middle of the chart when there is no record or all the records are zero
- Highchart is not working when I am fetching the axis values from database
- How can I put xAxis in highcharts starting in the horizontal line when all values are in 0?
- highchats in r shiny: the x values on click are not the real values of my date axis
- Make a boxplot in highchart with a date object in the x axis
- highstocks, how can I bring values that I will only use on the 'click' option?
- highchart connect nulls only when two values are close (aka by distance)
- how to hide highchart x - axis data values
- How can I get the max value of a y axis at highcharts?
- How can I change the unit at y axis dynamically at Highcharts?
- Can color of data label be different inside and outside of the bar in Highchart
- How can I do in Highchart to have 1px space between the columns and the y Axis?
- Align y axis tick "outside" on highstock, so they are the same as on highcharts
- How can I extend the lines of this Highchart series to the edges of my chart area?
- How to show only specific x-axis values on datetime axis in Highcharts
- What are the plotX, plotY values of a point in HighCharts?
- Highchart (basic line chart) which can have multiple values vs x axis?
- Convert the y-axis values to Millions in dual axis high charts
- highchart Axis values color
- using flask render_template to make a highchart on the front end
- Showing marker for separate values only in line chart in HIghchart
- highcharts- stacked bar, how can I make the chart cover the width 100%?
- How to add % symbol to Y axis values in HighChart graph?
- Highcharts: Make the Axis continue to current datetime
- Highchart - xAxis values are to close
- How can I set the alignment for individual axis labels in highcharts?
- With HighCharts, how can I have the same tooltip formatter as my y axis
More Query from same tag
- Highcharts load effect on button click
- Highcharts - overlapping values with the x-Axis
- How do you get Highcharts to scale up image contents rather than add more details?
- append point in the middle of graph
- How to set new data then reverse to original data in Highcharts?
- Highcharts {Pie} - Remove slice pieces out onclick
- Zoom in Highmaps based on Lat/Long
- Highcharts exportchart PDF not showing all categories
- How to put data in one column
- highcharts pie window resize issue
- Loading Highcharts configuration externally
- How to load proj4 for lat/long in highmaps using typescript and react
- Color selection based on a function for Highchart graphs?
- Exception in highcharts.js line 167
- How to get index of clicked point in scatter plot
- Highcharts show two line series with same values
- Redrawing Highcharts after service call - Angularjs
- How to disable data grouping in Highstocks(npm: Angular-highcharts )
- What is the problem with my highcharts code?
- Negative values causes wrong y-axis highcharts
- Highcharts change pointPlacement through javascript
- Highstock vs Google Charts in Performance
- How do I display csv data in Highcharts?
- Connect limit's series in Highcharts
- Spider Chart (High Chart) in rails with Prawn PDF How to generate?
- highcharts, four aeraranges with linear gradients
- HighStocks draggable element interfering with gridster dragging
- Window Not Defined for Highcharts on Nuxt
- Highcharts Bar Graphic: Make small number the higher bar and large number the smaller bar
- How to select a region of a Highcharts by a Javascript