score:2
Accepted answer
Try this :
xAxis: {
type: 'datetime',
labels: {
formatter: function() {
return Highcharts.dateFormat('%b-%Y', this.value);
}
}
},
From the docs:
%b - Abbreviated month name, based on the locale(Jan through Dec)
%Y - Four digit representation for the year(Example: 2038)
Source: stackoverflow.com
Related Query
- High Chart X Axis to display month and year
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- Highcharts - Display only year in x axis and stop auto formatting
- How to Display Month and Year in xAxis of Highcharts datetime graph
- How can I have month and year in x axis, display as number in Highcharts?
- high chart with large variates data and dynamically create y axis
- changing intervals in X and Y axis in high chart (line chart)
- How to change the X and Y axis names of Pie chart High Chart?
- Highcharts x axis month and year showing twice
- How to use the tooltip formatter and still display chart color (like it does by default)?
- Highcharts: X and Y Axis cross at zero in scatter chart
- How to add space between chart and axis in highcharts
- Ajax and Highcharts - Display 'loading' until data is retrieved, then populate chart
- Highcharts blank chart with x and y axis
- High and low line on candlestick chart
- How do I reduce the space between title and chart of a High Chart?
- Highcharts - Bar - Setting the X axis width and the chart area width to be constant
- High chart - Column Range Chart with Time range. How to get tooltip as Start and End time
- How to use add series and update methods in the high chart wrapper for angular?
- Rails 4 + Filtration of Data on the basis of Day, Week, Month and Year in HighCharts
- display pie chart using highcharts api and mysql
- Laravel 5.5 Console TV Bar Chart High Charts multipleDatasets and label
- *Highchart* Disable Chart Title and display when Download/Print
- High charts - Increasing the space between chart and title
- Highstocks chart multiple pane width and y axis alignment issue
- Converting high chart to image and send to server using ajax call
- How to show open, close, high and low in tooltip when the chart type is 'line' in highstocks?
- Is it possible to have two Y Axis in a highstock chart from highcharts one on the left and another on the right?
- JasperReports: HTML5 high chart X Axis label font size
- High chart data downloads but does not display in browser using node
More Query from same tag
- customs sticks in piecharts using highcharts
- Enable or disable data labels shown in pie charts in Highcharts on click of a button
- How to Show Highchart on popup page [triggered by button]
- HIghcharts Scrollbar (w/ showFull false) displays after setExtremes called
- R highcharter() global thousand separator?
- I had follow someone code samples and try apply to my HighChart program but I can't get it work at all
- HighCharts - Hide/Show Label on mouse Events
- angular2-Highcharts not working in angular-cli project
- series is truncated after click on the series in the legend
- How can I disable the Highstocks range selector buttons when loading data asynchronously?
- Adding Labels to the Left or Right of Highcharts Funnel Visualization
- Highchart yAxis plotLines label position
- Highchart Column not drilling down
- Gauge central value don't show
- Graph doesn't show anything on firefox and ie
- PHP array to correct json format
- Highcharts - Funnel, Line and Scatter
- Set line to 0 if no measurements between dates in highchart
- How do I add a custom FirstLabel in HighCharts?
- How to render a specific data point marker on HightCharts Bell Curve?
- Best performance for updating many Highcharts instances on demand
- how to update renderer.text() in highcharts after a graph has been drawn?
- Split json data
- Multiple highcharts charts dynamically created in angular2 on one page
- Download Highcharts Generated Table into R
- Highstock data input with csvURL only allows a limited number of rows
- How to get time and value from MySQL into Highcharts
- Highcharts- Unable to change yAxis label
- angular2-chartjs/chartjs-plugin-annotation update options only one time
- How do i put dynamic values inside Highchart.js data?