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 Query
- how to draw column with value=0 in highcharts
- How to draw a bubble map with longitude and latitude using Highcharts in react
- How to Build a Column Chart in Highcharts with Data Entered Dynamically Within a CMS
- 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
- How to make split grouped column bar chart in highcharts with percentage?
- How draw a stacked column chart with type datetime
- How to draw Euler diagram with highcharts library?
- how can we draw column chart with stacked column chart in a single high chart?
- How to have multiple highcharts with different series data in vuejs without repeating code
- how to draw charts with json file data in highcharts
- How can I draw Highcharts horizontal stacked bar with date-time duration
- Highcharts column how to move series name to the title position with bigger text size
- How to dynamically populate Highcharts column chart with two series
- How to draw scatter chart with highcharts using timeseries data
- how to create a column char with highcharts where each column has a different color
- How to Create a Stacked Column Chart with Dynamic Series in Highcharts
- How to use trellis chart with stacked column in Angular 10 using Highcharts
- How to reduce the space between Bars with a fixed bar width in Highcharts column chart?
- How to create a column range chart in Highcharts using range and navigator functions?
- How do you change the colour of each category within a highcharts column chart?
- Highcharts - how to have a chart with dynamic height?
- How to use highcharts with angular 5?
- How to include highcharts with bower?
- how to import highcharts with webpack and babel
- How to prevent highcharts from shortening labels with ellipsis
- How to draw vertical lines on Highcharts graph?
- How to export the whole page or html content with Highcharts not just the chart?
- How to show a column with the value Zero in Column chart in Highcharts?
- How To Use Epoch Time With Highcharts Series Data?
More Query from same tag
- Get axis name in tooltip on Highcharts
- Highcharts Sankey customization
- Highcharts - categorial data values represented by distinct dots?
- Hightlight a Bar in HighCharts Bar chart
- Highchart not show line
- Alter SVG After Highcharts is Redrawn
- how to add above each column a different pie chart
- Display text inside pie chart
- Highcharts spiderweb with columns without rounded edge
- Cannot Remove Credits (Link) in HighChart's PieChar
- How can i change symbol in tooltips on a chart? HIGCHARTS
- Add label for highcharts in first element
- How to include highcharts motion plugin for bubble plot using R wrapper?
- Highchart drilldown subtitle change
- Hichcharts Add Button to toggle between Series
- Brunch Compile non-"main" files in Bower components
- How do I extract array values from hashes?
- Sync ticks on multiple independent axis
- Spline Graph with diagonally fixed values with 0,0 and ploting remaing same
- Getting a value in Highcharts.js
- HighChart overlap columns but with two groups
- Having difficulty working with 3 layer highchart donut?
- Is there a complete/ready event even if I turn off the animation effect for a HighChart instance?
- How we change the rangeSelector in HighCharts
- highcharts line not fully plotted
- How to bring up tooltips in a line chart when the points are on the same point x
- customizing Highcharts problems. New
- How to set tooltip to highcharts legends?
- Including a chart and selection box as "widgets" in other webpages?
- Color selection based on a function for Highchart graphs?