score:19
You can set gridLineWidth as 0. http://api.highcharts.com/highcharts#xAxis.gridLineWidth
Example: http://jsfiddle.net/ssQVJ/
yAxis: {
gridLineColor: '#197F07',
gridLineWidth: 0,
lineWidth:1,
plotLines: [{
color: '#FF0000',
width: 1,
value: 0
}]
},
Source: stackoverflow.com
Related Query
- How to show gridlines only on 0 on the yAxis in highcharts?
- How to show only the last 100 candlesticks or hide the first 50 candlesticks in Highcharts Stock Chart?
- HIGHCHARTS - Given a series with UNIX stamps and values pairs for the data, how do I show only the date for the first and last point on xAxis?
- Highcharts Heatmap yAxis with 2 categories. How to show both of them in the tooltip?
- How to show only integer values on yAxis of HighChart?
- How to show only specific x-axis values on datetime axis in Highcharts
- How do I hide a Highcharts series from the chart, but always show it in the tooltip?
- Highcharts show the same yAxis start and end value with multiple data series
- how to display 2 same highcharts without duplicate the code
- How do I dynamically change the yAxis min, max and tickInterval in HighCharts
- Why does this Highcharts graph only show tooltip for the first and last nodes?
- How to show the legend in HighCharts
- Highcharts how to align two charts yAxis on the same line
- How to show only one pair of linked Highcharts series at a time
- How to sort the yaxis in descending order if tickpositions in highcharts are used?
- Highcharts - How to force dataLabels to show labels when overlapping the content
- How to center the yAxis title in Highcharts
- How to set Highcharts xAxis position on the yAxis zero value (negative/positive chart)?
- highcharts how to make x and y axis starting on the same zero using categories on yAxis
- How can i load external json data in highcharts to show the bar chart
- how do you set the yaxis values in highcharts
- How can i place the Highcharts yAxis categories inside the chart?
- Stacked Bar Highcharts how to show the values
- How to show circular progress pie chart using the highcharts
- How can I get HighCharts column chart to scale the yAxis to not have so much whitespace?
- Highcharts Chart Bar - How can I display in the chart, only one column from my HTML table?
- Highcharts - How show only two series on click
- Show only the first and last y-axis label on a graph highcharts
- How to use highcharts to display data of only five point when the page is initialized?
- How to show multiple HighCharts charts in the same page?
More Query from same tag
- Add Data text on top of Bars (vertical) - Highcharts Bar charts
- Get x and y value of a series in highcharts when curve is being plotted
- Change first tick position on xAxis
- rendering Highcharts datatimes on the x axis at regular intervals
- show value if multiple y values on xAxis are used
- Bind event to right-click
- Issue with speedometer highcharts dynamically update guage range
- highchart line chart last null value is not conected with line
- How to reflow HighCharts when using highcharts-vue?
- Multiple intervals in columnrange chart Highcharts
- Link multiple chart controls in HighCharts
- Chart wrong xAxis categories when adding a plotBand on click
- How Can I Hide a Pie Chart's Slice in HighCharts Without Removing It From the Legend?
- Cannot find type definition file for 'highcharts'
- Highcharts Symbol in Legend
- How to put data in Highchart from session storage?
- how do i redraw only the Highchart with new API that depends on my Select Option Parameter?
- Highchart.js secondary axis not showing on the opposite side
- How to draw a line through Y axis 0 value
- XAxis tick interval doesn't change automatically in highcharts gantt
- Date and time wrong on Highstock chart
- Formatting datetime in Highcharter tooltip
- Need help creating a highchart histogram in a Jupyter-Notebook
- Highcharts: convert columns to stacked column in multiple axis chart
- Real time data display in highcharts
- Highstock and multiple JSON
- HighCharts and Map Bubble are not compatible
- Knockout.js calling method outside of view model
- Highcharts Boxplot - box with lower, upper quartile and median is not displaying when min and max are null of a category
- Change graph color above and below plot-line in Column chart in Highcharts