score:1
Accepted answer
You just need to remove min
restriction for y-axis.
yAxis: [{
// min: 0,
...
}]
Live demo: https://jsfiddle.net/BlackLabel/xq8ejgnf/
API Reference: https://api.highcharts.com/highcharts/yAxis.min
Source: stackoverflow.com
Related Query
- How we can show Highchart column-placement chart for negative values?
- How to show Legends for all the series data in stacked column chart Highcharts?
- Column Chart Show datalabel for null values - Highcharts
- How can I show only one x-axis in synchronous chart highchart
- Highcharts/Highstock How to show original OHLC values in tooltip for chart drawn using adjusted OHLC values?
- How can I build a hashed region for null column values in Highcharts?
- How to modify highstock chart so that it can be used for displaying ranks (Lowest values on highest points)
- How can i reduce gap between legend and chart in highchart of type column where legend is aligned at top without reducing height of chart?
- How to hide zero values in Column chart
- How to show a column with the value Zero in Column chart in Highcharts?
- How to apply borderRadius only for top side of Column or Bar in Highchart
- How to break highchart bars for extreme values
- How can I extend the lines of this Highchart series to the edges of my chart area?
- How can I prevent my HighChart bar chart from being inverted?
- Fire click event on a highchart column drilldown chart on clicking x axis for drill down reports
- How to dynamically add point placement and point padding in fixed column chart (highcharts)
- How to format my json data for stack column chart in HighCharts
- Showing marker for separate values only in line chart in HIghchart
- Highchart / Highstock stack column chart show one series's tooltip at a time
- how to change color of line chart in highchart based on a categorical column in r?
- How to set border in column chart - Highchart
- how to dynamically change column chart to mirror chart using highchart
- How to change tooltip of a column chart programmatically in highchart
- How to display the total of the series values for a donut chart in Highcharts?
- How to set column width for columnRange chart with multiple series
- Column Highchart - display absolute values but keep information about which values are negative
- How to draw a bar chart that one series has both positive and negative values in Highcharts?
- Column chart with negative values and categories on xAxis in HighCharts
- How to have first level as column chart and second level as Fixed placement columns in drill down highcharts
- How Can we display blocked area for particular timeline in horizontal bar in gantt highchart
More Query from same tag
- Highcharts gradient fill how to?
- Position single data label of highcharts pie chart centered below the chart
- Making a HighChart container draggble
- How to create a div container for a highcharts graphic by means of code?
- modify Xaxis in highcharts
- Highcharts - Exporting with credits in IE 7/8
- Negative value for categories axis in highcharts
- Highcharts callback function / handle datalabels and stacklabels
- Higcharts: How to remove the tooltip on the xAxis?
- Highlight highcharts bars on mouse hover events
- Highcharts- show all the days of the particular month
- Highcharts synchronization with multiple yaxis
- How do I add a series to a column chart at a specific index
- Highcharts Xaxis remove old data and shift left
- Get values formatted on tooltip
- Suggestions on getting Highstocks graph images sent to server
- Loading multiple variables using Highcharts and jquery with php
- Change style for a specific tick in highcharts
- Legend order for proximate layout
- Highcharts, stop the rendering of dynamic spline graph
- Min/Max on x-axis not honored in Highstocks version of xrange chart
- HTML Content to Javascript Code
- Highcharts change dataset
- vue-highcharts dynamic master detail chart example
- php to highchart, how to send the right array?
- Does highcharts (or vaadin) have built-in abilities to use an algorithm like Ramer–Douglas–Peucker?
- If series data array is null show message no data available
- How can i set the json encode result to the highchart series data using getJSON
- Category is not updating for drildown bar chart
- How to change line color between points dynamically?