score:1
Accepted answer
You can simply set for xAxis min:0
, see: http://jsfiddle.net/t88rc/2/
score:0
Grouped column charts work best with equal number of data points per series. Best solution I have found for this is to fill any missing data points with null values:
http://jsfiddle.net/jlbriggs/t88rc/1/
data: [49.9, 71.5,null,null,null,null,null,null]
Source: stackoverflow.com
Related Query
- Prevent xAxis of column highchart taking negative labels on hiding one of other series(on legendItemClick event)
- Set background color to HighChart xAxis labels
- hide a particular column on xAxis highchart Column Chart
- How automatic xAxis labels rotation in highchart
- Highchart / Highstock stack column chart show one series's tooltip at a time
- Highchart xAxis labels formatter not displaying returned value
- highcharter: Fixing x-axis labels in a column chart with only one column
- Column Highchart - display absolute values but keep information about which values are negative
- Show only month labels on HighChart xAxis
- Column chart with negative values and categories on xAxis in HighCharts
- Highchart data labels appear in middle if xAxis ticks
- Trying to Fade out all other Columns when a user selects one column
- React Highchart JS xAxis Labels
- In highchart of column type and xaxis of datetime type showing more ticks for month data
- Highstock.js: Not able to create multi pane chart with two stacked column charts, one "normal" and the other "percent"
- Highchart reversed column data labels
- Highcharts prevent xAxis Labels hidden
- how to : limit xaxis labels in highcharts to prevent overlap
- Highchart merge won't enable labels in xAxis
- Column based Highchart drilldown series assign color code to each column
- Some xAxis labels are not showing in Highchart : Area Chart
- Show multiple Y axis stacked one upon the Other in Highchart Line type graph
- Highcharts: Fade other columns when mouse over one column
- SVG as labels in HighChart stacked column chart
- Can we stack a 2 columns in a single column in basic column Highchart and let the other columns let it be?
- How to get the data labels below the xAxis in a column graph
- Not able to show data labels of column in highchart , incorrect format is showing
- How to make xAxis labels match the positions of bars Highchart
- Highchart specific width stack column bar graph
- Highchart - show / hide an y-Axis without hiding the series
More Query from same tag
- Gauge chart with steps of colors
- Highcharts specify height of plot area only
- Why is enzyme failing to test react highcharts?
- Stacking Highcharts data in an xrange data series
- Is it possible to use custom fonts in Highcharts?
- How to update bar graph in Highcharts without redrawing again
- How to change bin width on R highcharter histogram
- Need to put border on variablepie highchart?
- How to get multiple lines in highcharts?
- Highchart Add text after value tooltip
- array.prototype.foreach called on null or undefined highcharts
- HighCharts exporting filename
- How to visualize a set of identical flows?
- Highcharts saying undefined is not a function when trying to add a new chart
- developing interactive app using shiny and highcharter
- Highstock chart.getSVG() does not export all details
- Highcharts 3.0 Bubble Chart -- Controlling bubble sizes
- Format tooltip numbers in Highcharts
- Different tooltip and value in Treemap || Highcharts
- How to customize each column in Highcharts stacked column
- how to get geojson of mainly cities of all of country of the world
- Highcharts add a button after all the legends
- Add buttons in chart of Highcharts at runtime
- Rails - convert date string into javascript date object for highcharts
- How to know information about the clicked bar in highchart column r shiny plot
- Background event on Highcharts Gantt
- Meteor highchart in modal
- when printing page with highcharts using javascript this.print() width values in css in @media print seem to be ignored
- HighChart - show tooltips for null on hover
- Highchart xAxis labels formatter not displaying returned value