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 Query
- HighCharts - How can i use the period separator in xAxis
- how can I use rangeselector and navigation in highcharts in the given code
- How can I put xAxis in highcharts starting in the horizontal line when all values are in 0?
- HighCharts - How can I turn off the points?
- How can I change the colors of my highcharts piechart?
- How can i hide all the Series in highcharts at a time
- How can I remove the white border from HighCharts pie chart?
- How can I delete all of the points from a highcharts series
- How can i keep the color the same in highcharts
- How can i force Highcharts to use same symbols in Legend and Series?
- Highcharts : How to fix labels to the top when xAxis rotation is 90°?
- Highcharts : How can i move the tooltip to external DIV?
- How Can I Hide a Pie Chart's Slice in HighCharts Without Removing It From the Legend?
- how to display 2 same highcharts without duplicate the code
- How can I access the 'this' field in plotOptions of highcharts
- how can i add in highcharts a different dashStyle just for a part of the graph
- how can I use highcharts no-data-to-display module as es6-module?
- How can I display the outcome of the for loop in highcharts
- how to use highcharts tooltip formatter in python code
- How can I limit the length of a HighCharts PlotLine on the Y-Axis for a BoxPlot?
- How can you speed up the Highcharts network graph initial animation?
- How can I make milestone lines with a GANTT chart using the highcharts library?
- How do I use dates from a LinkedHashMap for the x-axis on a Highcharts line graph (using Thymeleaf)?
- How can I add a text link just below the legend box in highcharts
- Highcharts - How can I get the nearest point on click event
- How can I display crosshair labels on top of the chart with Highcharts
- How can I style my highcharts solid gauge to have a background behind the percentage?
- How is the proper way to use HighCharts with StencilJS?
- How can I inspect the Highcharts tooltip in the Chrome inspector?
- How can I extend the x-axis on a Highcharts graph?
More Query from same tag
- Cannot Use Two Splines in Highchart
- How to Show Highchart on popup page [triggered by button]
- Adding same precision to the yAxis Label of HighCharts
- Scope not updating UI inside the success function of http.get
- Cannot give different values to diffrent Bar item click in HighChart
- How to reformat a HighChart series to for CSV export
- highcharts responsive method in Highcharts.net wrapper
- how can we draw column chart with stacked column chart in a single high chart?
- Display Date and time on highcharts
- Highstock chart not displaying with inital zero value with percent option
- Highcharts.stockChart x-axis data for irregular time-stamped scatter breaks date range-handling
- Highchart Polar chart 2 nested circle
- How to set custom width of a candlestick in highstock
- Highcharts: when having multiple columns for the same X axis value, how can I get 1 tooltip per column?
- Highcharts width flow out of parent div
- Highcharts arc with arrow
- Build a highchart chart using data from an external JSON
- Concatenate data variables in Highchart Series
- Highchart-ng not displaying inside a directive
- HighStock shows data not presents at specific interval using gap size?
- How to create such a `No Data` greyed out design pattern on Highcharts?
- Highcharts angular 2 with observables http request
- Can you pass a variable to the data property in HighCharts?
- Highlight border of plotband on mouseover
- Editing Highcharts.js donut data programmatically va JS
- colour range in javascript
- HighChart - Can draw line between Title and SubTitle
- Use comma values as datapoints within a PieChart
- Highcharts: Show tooltip anywhere over series value column without using shared:true?
- Highchart pie intersection area