score:27
Accepted answer
Cool, try this:
Add this formatter to your xAxis
labels
object:
xAxis {
...
labels: {
...
formatter: function() {
return this.value.toString().substring(0, 6);
},
}
}
Source: stackoverflow.com
Related Query
- How do I format x-axis label in highcharts
- How to change axis label size when exporting in Highcharts / Highstock
- How to set dataLabel Format and axis label angle in R highcharter package
- Highcharts label format with tickPositioner in a datetime x Axis
- How to position axis label in highcharts
- Format X axis Label of Highcharts
- How to show first and last label of x axis Highcharts
- Highcharts - How to format yAxis label to have single digit?
- How to set the width within axis label in highcharts
- how to set the interval of points on Y - Axis highcharts
- How to Format Highcharts dataLabels Decimal Points
- How replicate the value of Y Axis on both sides of the axis in Highcharts
- Javascript Highcharts v3.0.5 - How to hide Y Axis Title when using multiple Y Axis
- Highcharts how to change x axis options
- How to align centre a custom label in highcharts
- Highcharts - How to start x axis from an arbitrary value
- Highcharts - Long multi-line y axis labels causing following label to be removed
- How to add space between chart and axis in highcharts
- Highcharts axis label before first point
- How to add a label above each bar in HighCharts
- How can I force highcharts to show every x-axis label regardless of spacing constraints?
- last label in x axis with datetime format not coming in highchart
- How to show only specific x-axis values on datetime axis in Highcharts
- How to change Highcharts xAxis label color individually?
- Highcharts: How to provide a custom stack label in highcharts bar graph from within the stackLabel formatter?
- How to hide color axis in heatmaps using highcharts
- How to populate a Highcharts axis with string formatted data from a PHP array
- Making y axis of highcharts in time format hh:mm
- How to force Highcharts to show last label on xAxis?
- how to pass values to tooltip which not in x and y axis in highcharts
More Query from same tag
- Can I create a Javascript chart from this table?
- How Can we display blocked area for particular timeline in horizontal bar in gantt highchart
- Highcharts: How to display each column as a separate series?
- Can't display x-axis value in Highcharts title
- one chart, multiple series multiple data with single data
- Execute function after zoom highcharts
- Looking for a Highmaps example of worldmap with GPS coordinates
- HighCharts Do not display
- Formatting data in correct format for HighCharts mvc asp.net
- Highcharts Is there a way to resize plotbands after zoom?
- Highcharts | Chart Zoom & Span | Zoom with LMB and Span wih RMB
- Highcharts Series - want to show/hide all EXCEPT selected series (reversal of default logic)
- Highcharts: How to set unique images on top of bar chart serie
- Highcharts: tickInterval on coloraxis
- HighChart And R weird Column chart breaks
- How to make the width of individual columns thicker?
- PIE CHART - Data Visualization With DataTables and Highcharts
- Highcharts Uncaught TypeError: Cannot set property 'day' of undefined
- How to adjust the height and width of background color in Highchart
- Horizontal crosshairs for multiple series
- How to set custom width of a candlestick in highstock
- Align y-axis title of high charts to begin exactly at 0 position
- how to hide series data in combination high charts
- Highcharts multi line graphs
- Highcharts, add icon to plotline?
- Add multiple data points to a series
- Can a Highcharts Polar chart have a logarithmic y-axis?
- Min/Max yAxis not working correctly in Highcharts
- How to make - - legend in 'areaspline' type high charts?
- On common x-axis how to draw a chart with different unit of dataset array (multi line chart)