score:1
Accepted answer
You need to define the tickWidth
property and set tickmarkPlacement
to on
:
xAxis: {
categories: [...],
tickWidth: 1,
tickmarkPlacement: 'on'
}
Live demo: http://jsfiddle.net/BlackLabel/580upzk7/
API Reference: https://api.highcharts.com/highcharts/xAxis
Source: stackoverflow.com
Related Articles
- HighCharts - How can i use the period separator in xAxis
- HighCharts show datetime format on xAxis
- Adding thousands separator for custom formatted highcharts tooltip
- Highcharts y axis thousands separator
- Highcharts - remove times between dates on a datetime xaxis type
- HighCharts - show last labels in xAxis
- Highcharts chart with 'datetime' xAxis - use categories on drilldown
- display content on highcharts Xaxis and Yaxis title in form of subscript and superscript
- how to set xAxis pointInterval(update: tickInterval) in highcharts
- Highcharts remove gap between start of xAxis and first value
- Panning in Highcharts will not allow to go back to the max of the xAxis
- Display 12 months on Highcharts xAxis
- Highcharts missing first date label on xAxis
- Wrong alignment in highcharts datetime points with xaxis
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts - xAxis label for each point
- How to change Highcharts xAxis label color individually?
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts xAxis drilldown dont change correctly
- Highcharts : How to fix labels to the top when xAxis rotation is 90°?
- HighCharts Time-based Quarterly Data - xAxis Label Issue
- Show only first and last xAxis label in Highcharts
- HighCharts datetime xAxis without missing values (weekends)
- Highcharts write xaxis values on 2 different lines
- highcharts xaxis navigator not showing
- Format Highcharts xAxis for stock data
- Highcharts - Drag to move on xAxis
- Difference between highcharts and highstock during real time trace and xAxis with max value
- Highcharts problem with xAxis using multiple series
- highcharts hide xAxis
- Show tooltip programmatically in StockChart for multiples series (highchart)
- Highcharts not displaying column chart
- Leaflet use popup not display
- How do I input bar-chart data to an overall pie-chart ? (Highcharts/ JS / jQuery)
- Remove data labels when ploting and exporting graphs
- Not able to resize doughnut chart build with angular js
- Could not make Highcharts display in pdf
- Highcharts column chart returning incorrect series index on click when using shared tooltip
- Make the tooltip in StockCharts behave the same as in HighCharts
- Switch between pie charts and bar chart in highcharts
- Highcharts undefined value
- highcharts: margin between two boxplot series
- HTML5/JS Chart with Moving Average
- Network Graph - Is there a way to hide a specific node on click in network graph?
- Adding text dynamically to point popups in highcharts.js
- Highcharts: Percentage stacking bar chart with overlayed line graph (secondary axis)
- jQuery ajax call inside ajax response returning HTML rather than JSON
- highcharts with number_format
- Highchart Axis with only min and max series value
- How do I stop Highcharts creating a new gridline at the extremities of the chart unless a data point exceeds the min/max gridline?