score:3
Accepted answer
Use plotLines with option value: 0
.
score:3
If all you want is the 0 gridline, you can use the tickPositions property:
http://api.highcharts.com/highcharts#xAxis.tickPositions
set 'tickPositions:[0]' for your y axis.
If you want to highlight the 0 line and still have the other gridlines showing as well, you can add a plotLine:
Source: stackoverflow.com
Related Query
- Show Gridline on Y axis for 0 point only
- 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 - only show tooltip when hovering directly on point
- highcharts - removing decimal places on Y axis with only one point
- How to show only specific x-axis values on datetime axis in Highcharts
- How do you show grid lines for both x axis and y axis in highchart?
- How To Show All Data Labels For Datetime Axis In Highcharts
- Highstock shared tooltip multiple series - show data for line when not on point
- Why does this Highcharts graph only show tooltip for the first and last nodes?
- Show datalabels for spiderweb only when hovered over the line or the legend?
- Highchart always show max value for y Axis
- Highmaps: Show datalabels for only one series
- show tooltip for each point of highcharts network graph in Angular
- Show only two axis values in highcharts
- HighCharts Line Chart draw y axis line for entire line points and only one line
- Why would the label of the vertical axis only show after the button is clicked?
- Only show integer steps on axis
- How to show annotation for every point on highchart then disappear them
- Highchart show grid lines on y-axis for every point
- How to plot the X axis data point for uneven tick interval at in Highcharts
- How to highlight and show tooltip for correct (left / right) step point instead of the closest point
- Highcharts - How to show two tooltips for single point at different positions of chart?
- How to set point height on Y axis for specific series
- Highcharts: Show x axis for missing data but ignoring certain area
- Showing all values on one point on x axis and changing range for rCharts highcharts
- Highcharts NG show only one point at a time. Animations
- In the following code i want to show the WHOLE names on x axis nd dont want them to overlap with the legend
- How to show equally spaced axis for datetime for billing cycle related data on highcharts
- Make Highcharts tooltip show info for closest point to the left (i.e. not change at midpoint)
- How to show only integer values on yAxis of HighChart?
More Query from same tag
- TypeError: undefined is not a function when using highchart
- Highchart shows text in center on legend mouseover
- How to use array_merge to display non-quoted commands in PHP/Highcharts?
- HighCharts/Highstock: How to programmatically draw the mouse line
- JQuery, High Charts, not finding function?
- Highcharts: Change hover style in line chart when hovering over legend
- JSON Data Map Issue with HighCharts + Ajax
- Disable legend hover in Highcharts
- Why does my Highchart look different when I transfer my code from Jsfiddle to my server?
- How to show categories total in labels using highcharts
- Make chart width exclude x axis labels
- How to include highcharts motion plugin for bubble plot using R wrapper?
- ObHighchartsBundle: custom and set correctly xAxis with datetime and interval from DQL queries
- Highcharts: add custom text bottom left, like credits?
- Uncaught TypeError adding chart in markdown using Jekyll
- How to scrape data from Highcharts charts using selenium and python?
- Highcharts: Area chart: fill in space between 0 and first point
- Highcharts y-axis labels removed after zoom out
- Highcharts - chartanimation step by step
- Showing multiple Tooltips in highcharts simultaneously
- Highcharts linked views
- Highcharts, How to show datatable when export PDF and not show pdf when normal with Drilldown Chart
- Highchart is blank
- Highcharts change prototype function based on options
- Why doesn't HighCharts render when I pull it in with Ajax?
- Error Bars in High Charts: What to do when the x axis is divided into categories?
- Highcharts - change seconds to time (H:M:S) in data labels
- Want to retrieve Array from database
- Use Twitter Bootstrap popover with Highcharts
- Getting all colors from a div with jQuery/JS