score:1
Accepted answer
I think the option you're looking for is tickInterval. The reason that your ticks aren't showing up the way you want is because you don't have a custom tickInterval defined and when you use datetime as your x-axis type it picks one for you.
Here's an example jsfiddle that forces the tickInterval to every 2 days.
Source: stackoverflow.com
Related Query
- Highcharts axis label before first point
- HighCharts - Graph axis starting BEFORE first data point
- highcharts not displaying line when last point is before current x Axis minimum and next point is after current X Axis maximum
- How to show first and last label of x axis Highcharts
- Highcharts - Long multi-line y axis labels causing following label to be removed
- Hide first yAxis label in Highcharts
- create a sticky tooltip for a point or a permanent label using HighCharts
- highcharts - removing decimal places on Y axis with only one point
- How to change axis label size when exporting in Highcharts / Highstock
- Show value of last point as label or tooltip on Highcharts Stock Chart
- Highcharts label format with tickPositioner in a datetime x Axis
- Highcharts missing first date label on xAxis
- Highcharts - xAxis label for each point
- Show only first and last xAxis label in Highcharts
- Get x-axis label into the first colomn of the table - highcharts
- Highcharts show plot value on x axis label
- Highcharts x axis label text wrapping lost on setting label step
- Why is the first label on highcharts bar chart missing?
- How to position axis label in highcharts
- Axis Label Alignment in highcharts
- Highcharts - Why is there extra spacing before the first column and after the last column?
- Highcharts Omits X Axis Label
- highcharts axis format decimal point
- Highcharts - append % to first axis label?
- Highcharts label behind the second series (but above the first series)
- How to add an extra label on a scatter plot point in Highcharts Javascript library?
- Highcharts display label for pie chart using html table as data source
- Highcharts - Bar chart show full label on Y Axis
- Highcharts: x axis label issue with a single data point
- Set max y axis point 10% greater than current max - Highcharts
More Query from same tag
- jquery display 2 series hightchart from database
- what means ${demo.css} in example files of highcharts ? That piece of code seems to be literal
- Highcharts with angular2 and SystemJS Setup
- Show only 1 Child node of Treemap HighCharts
- How to call a JS function every 10 sec which then activates a function in angular
- How to Add Custom Data to Highchart.js Tooltip
- HighCharts: align rotated multiline label
- Strange behaviour of Highcharts boxplot
- How to localize exported files from Highcharts?
- Llive data dynamic update on Highstock chart ( Cannot read property 'info' of undefined) error?
- Highcharts no drilldown on bar / column click
- Displaying percentage in Y-axis of Highcharts column chart
- Unable to create line chart using Highcharts - Vue.js
- Dynamic data in Highcharts geomaps
- Set cell size in Heat Map. Highcharts
- What means '404 2716' when trying to run JavaScript library with Django?
- How to hide Axes Crosshairs by onclick event in Highcharts
- Is it possible update Highchart data automatically and make animated effect?
- Highcharts stacked bar chart hide data labels not to overlap
- Highcharts/Highstocks: How to manually set the X-axis range
- highcharts column stroke in styled mode
- Issue having blank graphic in Highchart script
- How to get Highchart plots plotted only for starting and ending points
- Highchart strange behavior of Range selector text boxes.
- Setting extremes sometimes results in unwanted padding left and right
- Packed Bubble Chart with Gradient Legend in Highcharts
- HighCharts : Tooltips exist but line is not drawn in the chart
- Highcharts pie animation: disable scaling
- HightChart graph lable cutoff issue
- Is there a option in highcharts like the 'ordinal' in highstock?