score:5
Accepted answer
You can use the alternateGridColor
option on xAxis
:
"xAxis": {
"categories": [
"Category 1",
"Category 2",
"Category 3",
"Category 4",
"Category 5",
"Category 6"
],
"opposite": true,
alternateGridColor: '#CCC'
If you look at the xAxis
documentation there are quite a few different properties you can use.
Source: stackoverflow.com
Related Query
- How to add background colors to category groupings in Highcharts
- How do i add mouse wheel code in Angular2 highcharts in typescript
- Highcharts - How to add background in bar series? And how to print page without lose quality?
- How do you change the colour of each category within a highcharts column chart?
- How can I change the colors of my highcharts piechart?
- how to add copyright symbol in a highcharts title?
- How do I add an event listener to a Highcharts object *AFTER* I've created it
- Highcharts - How to set custom colors for the series
- How to add image in Highcharts Title and subtitle
- How to add Highcharts on UIWebView in iOS?
- how to add annotation text to a Highcharts chart?
- How to add space between chart and axis in highcharts
- How do I set highcharts line graph point colors to an array of colors?
- How to add secondary y-axis to highcharts
- How to add a label above each bar in HighCharts
- How to add an item to Highcharts legend?
- How to display Δ in Highcharts category labels?
- How to add new points to highcharts after plotting the first 'n' points?
- How to add a background image (pattern) to highchart column graph?
- How do I set the background color of a Highcharts HTML label?
- HighCharts : How to add or remove "chart context menu" from chart container?
- How to add gradient colors above chart line?
- How to add point to the beginning of series, Highcharts
- How can I hide and show a category in highcharts
- Add category in HighCharts
- Highcharts stacked column how to use different label on each category
- How to add a horizontal line in Column bar chart in Highcharts plugin?
- How to add series after click event in HighCharts
- How to add thousands separator in highcharts tool tip text box
- how to display 2 same highcharts without duplicate the code
More Query from same tag
- How to draw a background behind a plotLine label in a highstock chart
- Highcharts iOS Swift : Undefined symbol: _OBJC_CLASS_$_HIAnimationOptionsObject
- Highcharts: Fade other columns when mouse over one column
- highcharts: Object doesn't support this property or method IE8
- Highcharts xrange styling
- Total value contains part of current value in highcharts
- The tooltip is cut off in Highcharts 3.X
- HighCharts moves screen position on load
- change barchart background color dynamically in highcart
- Drilldown in Pie Chart of hplot R
- ColdFusion - output JavaScript for use with Highchart.js
- How to draw following graph using Scatter Plot highchart?
- Declare min and max values from a CSV
- Make datepicker work with highcharts
- How to pass parameters to react-highcharts?
- Displaying a list of charts selected from a month selection in drop-down
- Angular-Highcharts: Cannot read property of 'Apartment' of undefined of an object
- Highchart.js drilldown adding to data dynamicaly without hardcoding.
- Highcharts - column chart with drilldown to waterfall
- Can we create pie chart and scatter plot combined using highcharts.js?
- Responsive Line Chart using High Charts & Bootstrap 3
- Highcharts: Radial gradient not showing on custom chart
- How to extend or highlight a horizontal line in Highcharts?
- How to limit dataLabels in highcharts?
- Highstock | Tooltip displacement | Tooltip content picks previous day's data on current day tooltip when zoomed in
- Highcharts hide empty bars of categories for multiples series
- Highcharts renders blank svg in rails
- highcharts, gauge chart, update on slider
- Data changing with Highcharts point.update
- Highcharts rendering the same chart twice