score:14
Take a look at the plotLines API in the yAxis...
http://api.highcharts.com/highcharts#yAxis.plotLines
Example... http://jsfiddle.net/48dUL/
$(function () {
var chart = new Highcharts.Chart({
chart: {
renderTo: 'container'
},
xAxis: {
categories: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'],
},
yAxis: {
plotLines: [{
color: '#C0C0C0',
width: 5,
value: 0
}]
},
series: [{
data: [-29.9, -71.5, -106.4, -129.2, 144.0, 176.0, 135.6, 148.5, 216.4, 194.1, 95.6, 54.4]
}]
});
});
Source: stackoverflow.com
Related Query
- Highcharts remove zero value labels
- Highcharts: Style Zero Y value
- highcharts remove gap (column) with zero value
- How to set Highcharts xAxis position on the yAxis zero value (negative/positive chart)?
- How to set Highcharts chart maximum yAxis value
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- Set highcharts y-axis min value to 0, unless there is negative data
- missing value in highcharts line graph results in no line, just points
- Highcharts - Keep Zero Centered on Y-Axis with Negative Values
- How replicate the value of Y Axis on both sides of the axis in Highcharts
- How can I force multiple y-axis in Highcharts to have a common zero
- HighCharts - two Y-axis, one with max value
- Highcharts Change Bar Color Based on Value
- Highcharts dynamically change bar color based on value
- How to show a column with the value Zero in Column chart in Highcharts?
- print a value on highcharts bar graph?
- How to set a static minimum value for axes in Highcharts
- Highcharts - How to start x axis from an arbitrary value
- Highcharts - How to hide series name and Y value in tooltip
- How do I get the value of a highcharts graph point on mouseover?
- Highcharts - best way to handle and display zero (or negative) values in a line chart series with logarithmic Y axis
- HIghcharts 4 solid gauge max value
- Highcharts - How to get a value of a stack in a series?
- HighCharts Pie Chart Legend value alignment
- Setting Highcharts maximum Y value to an exact amount without rounding
- Show value of last point as label or tooltip on Highcharts Stock Chart
- Highcharts - show at least 5 horizontal grid lines, even when value doesn't change
- Highcharts remove gap between start of xAxis and first value
- Color contrast setting on dataLabels style parameter using Highcharts 5 is not working on some colors
- Change Datalabel Color, Rotation and Align values based on Column value in highcharts
More Query from same tag
- Cannot use Highchart Histogram in React
- Highchart, How to resize auto if there is a lot of data, then scale accordingly to make all the data visible
- highcharts bar chart: columns width is very thin
- How to transform a point with latitude and longitude value to a coordinates in highcharts map?
- Values not display in highcharts
- Is it possible to change linecolor for timeline chart in between specific points?
- How to disable certain option in the exporting option of Highcharts?
- Shared tooltip on multiple charts not formatting correctly
- Highcharts scatter external data
- Align left multi category xaxis highchart
- Highcharts ajax loaded tool tip
- Highcharts Highmaps the data does not match with polygons correctly
- Pie chart options in ZingChart
- Loading Highcharts via shim using RequireJS and maintaining jQuery dependency
- Javascript parseFloat and nulls
- Highcharts change line style after intersect
- Preprocess Highchart data using CSV file
- Sync ticks on multiple independent axis
- Highcharts renderTo container not found (error 13)
- Highcharts, Mysql, and Codeigniter
- How to set brightness effects on specific columns on the stacked column/bar chart when using Highcharts?
- Different Depth In 3D BarChart in Highcharts
- How to set a function to the max value in boxplot highcharts
- How to join geojson + CSV file with omnivore leaflet in Mapbox to map data as polygons?
- Highcharts text in the exported image only
- Column chart overlaps to one line when there's just a group of data
- Display legend and colorAxis at different positions in Highchart
- Highcharts fill area point interval issue
- Why is this drilldown graph made by python-highcharts not working?
- Highcharts: Dynamic drilldown (stacked chart) in Combo Dual Axes