score:1
Accepted answer
Set a 'gridLineWidth' and 'gridLineColor' in the x-axis.
xAxis: {
categories: ['Label', 'Label', 'Label', 'Label', 'Label', 'Label', 'Label', 'Label', 'Label', 'Label', 'Label'],
title: {
text: null
},
tickLength: 500,
lineColor: 'transparent',
labels: {
style: {
color: '#ffffff'
}
},
gridLineWidth:'1px',
gridLineColor:'#FFFFFF'
},
Source: stackoverflow.com
Related Query
- How to make x-axis tickmarks span the entire bar chart?
- How to make a highchart's Tree Map chart fill the entire page without overflowing
- How to hide the Axis line in stack bar chart high chart
- Highcharts Bar Chart - How to set the minimum bar width/length
- Highcharts - Bar - Setting the X axis width and the chart area width to be constant
- How to place x axis labels on top of horizontal bar chart
- highcharts- stacked bar, how can I make the chart cover the width 100%?
- How do I make the label in polar chart not get split automatically?
- How to Make a Dashed Bar Chart Border in Highcharts
- How can I make milestone lines with a GANTT chart using the highcharts library?
- How to resize bar chart based on no of x axis categories in HighCharts
- How to make the Y Axis values not start from 0 in highcharts? How to display forcefully display the last category data on X axis in HighCharts ?
- How to make split grouped column bar chart in highcharts with percentage?
- How to make xAxis on bar chart match pointWidth
- How to force the navigator to show a full year timeline even if the data collectively within it doesn't span an entire year
- How to fix the width of bar in waterfall chart as well as its x-axis width of one group.?
- How to make hover effect for two bar in highcharts at the same time is there any way by using css or any inbuilt method to achieve this?
- highcharts how to make x and y axis starting on the same zero using categories on yAxis
- Highcharts:Column Range chart having height of bar same as the height of interval in y Axis
- How can i load external json data in highcharts to show the bar chart
- How to make a HighCharts drilldown column/bar chart that does not hide the non-drilldown categories
- Want to make the Highcharts Bar Chart data labels appear on the far right in the chart
- In highcharts, is it possible to make a bar in a column chart with its top bordering the edge of the chart area "on top" of the chart border?
- How to calculate the height of bar chart
- How to add the "isSum" bar in Highchart Waterfall chart in R?
- Highcharts - Column Chart Drilldown, how to change the drilldown bar color based on some value
- Highcharts Chart Bar - How can I display in the chart, only one column from my HTML table?
- How to set the background of clicked or selected label on y axis gantt chart Highcharts?
- How To Change The Color of specific span of data in a chart
- How to make the colors on the heatmap chart to make it appear with scale values?
More Query from same tag
- set initial graphs on highcharts
- Having trouble just getting the Highchart to show
- Highcharts 6.0 Synchronization Bug
- Is angular2-highcharts paid ? Can i use it for my Client?
- Looking for customized Scatter plot Graph in High chart
- 3D Pie Chart using Highcharter
- Highcharts: Addling link on Grouped Categories
- Bar highchart just shows one value of my array
- Highcharts - change seconds to time (H:M:S) in data labels
- Updating basic column high chart
- Editing Highcharts.js donut data programmatically va JS
- Update chart after every array plot, Highcharts
- Add Text on the Sectors of jQuery PieChart (HighCharts)
- Limit ticks on X axis in highcharts with R
- Showing arrays in an array in tooltip in Highcharts
- Highcharts dynamicly update legend with grouped values
- Displaying data ArrayList (EJB + Servlet + JSP(JSTL)) to JavaScript ArrayList
- How to format axis in highchart
- How to change the radius of the data point dots depending on the value/count in the data-yaxis-HIGHCHARTS
- Highcharts load date values in X axis
- Add Flag based on button event
- Reset default zooming and navigator in Highcharts (ng-highcharts).
- getting data from another function to display highcharts in angular
- Put my labels in front of the graph without obscuring the points
- Highcharts issue when dealing with 3D pie and large labels
- How to change the color of marker-points dynamically based on y-position
- Unable to get highcharts image from highcharts export server using rails httparty
- HighStock Chart don't display line for missing Y axis data
- Trying to use highcharts inside native script web-view. Does not work
- $(...).highcharts is not a function despite correct order of files