score:2
Accepted answer
Set minimum of yAxis below 0 and threshold to null (that way the columns extend from the padding Y axis minimum) Highcharts API: plotOptions.bar.threshold
Example: http://jsfiddle.net/4w23mrod/
...
yAxis: {
min: -50,
...
},
plotOptions: {
bar: {
threshold: null,
...
OR
You can use minPointLength
score:0
minPointLength
is what you are looking for:
Source: stackoverflow.com
Related Articles
- how to draw column with value=0 in highcharts
- Add a gap between the second and third series in a Highcharts column plot with four series displayed
- Highcharts Column chart with drilldown, remove hyperlink like formatting from x-axis labels
- Highcharts - Column With Negative Values - Column Color
- Column width in Highcharts when combined with spline
- Can I with highcharts column stacking on hover not highlighting the whole serie
- Highcharts stacked column bar with line
- Programmatically draw rect and line in Highcharts with zoom
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts Grouped Column Chart with Multiple Groups?
- Highcharts - update column graph with setData() not working
- Highcharts column + line combination chart with multiple series. Issue aligning line over the column
- How to draw a bubble map with longitude and latitude using Highcharts in react
- Highcharts multiple column chart with drilldown, correct formatting of drilldown axes
- How to Build a Column Chart in Highcharts with Data Entered Dynamically Within a CMS
- Highcharts - column chart with drilldown to waterfall
- Highcharts - Column chart with empty columns for date in x-axis
- Not able to draw a Pie Chart with external csv file in HighCharts
- passing formatting JavaScript code to HighCharts with JSON
- Highcharts - Cannot set x-axes categories in column charts with negative values
- HIghcharts column graph with more than 50 data points
- Highcharts column chart color by single color but with different brightness level as per respective column value
- Possible to Draw a Loop With HighCharts
- Highcharts setting weird column spacing with monthly timeseries
- Highcharts - draw line chart with summed values but show breakup on hover
- how to show column and area charts with different y axis with same category and same x axis in highcharts
- How to change color of bar in column chart with different level of percentage in highcharts
- Draw charts with a Loop using HighCharts in symfony
- Column chart with negative values and categories on xAxis in HighCharts
- Highcharts stacked column don't show the stacked with min value
- Updating highcharts gauge with JSON
- Set x-axis range in highcharts
- translate event in highcharts
- Plot dynamically added array elements using Highcharts.js
- Highstock candlestick chart wrong color
- Correct format of using csv data to plot highchart
- Highslide popup in Highcharts not showing properly
- How to export a Highchart chart to PDF thanks to a button outside the chart?
- Highcharts, display marker on selected point only
- how to create donut chart using highcharts?
- HighCharts. Change options dynamically
- fixing label overlapping in second level of grouped categories plugin used in highchart
- How can I create Highcharts Arearange graph from CSV file?
- Highcharts renders opposite y axis lower than chart's bottom
- Highcharts - Add more drill downs to large tree map
- Conditional Highcharts Marker Symbol Using Javascript
- Formatting JSON from a Pandas data frame for Highcharts within a Django template
- How to integrate highchart range slider in angularjs
- Highcharts align data label based on positive / negative value
- HighCharts: Accessing Zoomed Series Data