score:1
Accepted answer
Use the xAxis.tickInterval
option. In this case:
xAxis: {
tickInterval: 24 * 3600 * 1000,
type: 'datetime',
labels: {
format: '{value:%Y-%m-%d}',
rotation: 90,
align: 'left'
},
}
Demo: https://jsfiddle.net/BlackLabel/t0Lohusx/
API Reference: https://api.highcharts.com/highcharts/xAxis.tickInterval
Source: stackoverflow.com
Related Articles
- How to show only specific x-axis values on datetime axis in Highcharts
- Show only first and last xAxis label in Highcharts
- Highcharts, datetime, xAxis label. How to show all dates on x axis, not only even dates?
- HighCharts show datetime format on xAxis
- Highcharts - remove times between dates on a datetime xaxis type
- Show label only every x number of steps in highcharts
- Highcharts label format with tickPositioner in a datetime x Axis
- Highcharts show plot value on x axis label
- Highcharts Solid Gauge only want to show 1 data label
- How To Show All Data Labels For Datetime Axis In Highcharts
- Highcharts show days of month dates in X axis (from JSON file). tickInterval: not work?
- How to show xAxis label in tooltip in a Highcharts area chart?
- highcharts xaxis datetime label with minor tick
- Highcharts - Bar chart show full label on Y Axis
- Get only visible x axis dates when zooming in highcharts
- Highcharts - Xaxis should show only days and month, hide milliseconds
- Highcharts - show only years in xAxis
- Show only two axis values in highcharts
- Why would the label of the vertical axis only show after the button is clicked?
- How to show first and last label of x axis Highcharts
- Show only the first and last y-axis label on a graph highcharts
- Highcharts - show only hours and minutes in xAxis
- How to show equally spaced axis for datetime for billing cycle related data on highcharts
- label is not show at proper position at xAxis with dattime type into highcharts
- customize highcharts tooltip to show datetime
- Highcharts datetime axis, how to disable time part (show only dates)?
- Highcharts, Show specific tick on a datetime xaxis type
- Show only time labels on xAxis. Highcharts
- Highcharts - only show tooltip when hovering directly on point
- HighCharts - show last labels in xAxis
- Grid (gridlines) in Highcharts line chart
- External legend in Highcharts
- highcharts map Zoom by a single click
- Control positioning of background image/pattern
- Cannot implement lazy high chart receiving errors
- Using HighCharts seriesMapping in data module to read a Total column
- Highcharts stacked bar chart hide data labels not to overlap
- Highcharts Gantt avoid tooltip closure when moving cursor outside Gantt
- my highchart is currently is not working with pie spline chart in updating after rendering chart
- The use of string argument in an "IF" statement
- How can I move columns to the right in a Highcharts chart?
- HighChart for PHP 5.1 lower
- Highcharts: replace custom button image on hover
- Show multiple values for a day in Highcharts time series
- Highcharts error loading maps plugin
- Graphical representation of HTML table data using High charts
- Highchart Axis with only min and max series value
- How to pass php value in the "formatter" of Highcharts in Yii2
- Stacked y-Axis on Highcharts, how to make it one?
- Submit form data to Highcharts addPoint method to dynamically update form