score:2
You can approximate this pretty well using a "Bar with negative stack". You'll need to split your center "neutral" data into two series; one for the negative side and one for the positive and then link them together:
series: [{
name: 'Strongly Disagree',
data: [-10, -5, -6]
}, {
name: 'Disagree',
data: [-2, -5, -3]
}, {
name: 'Neutral',
data: [-2, -5, -3],
color: 'gray',
id: 'neutral'
},{
name: 'Strongly Agree',
data: [5, 1,6]
},{
name: 'Agree',
data: [6, 8, 2]
},{
name: 'Neutral',
data: [2, 5, 3],
color: 'gray',
linkedTo: 'neutral'
}]
Fiddle here.
Source: stackoverflow.com
Related Query
- Highcharts stacked bar chart Likert scale centering
- Highcharts stacked bar chart hide data labels not to overlap
- Grouping a stacked bar chart in Highcharts
- R highcharts multiple stacked bar chart
- Centering a data label in Highcharts Bar Chart
- Adding round corners to Highcharts Bar Chart with stacked bars when value is 0
- Highcharts 4.0.3 stacked bar chart bug adds รข-
- Highcharts vertical stacked bar chart with negative values, is it possible?
- Vertical line within bars of a stacked bar chart using recharts or highcharts
- Highcharts stacked bar chart for multiple bars
- HighCharts line series not displaying properly with stacked bar combo chart
- Highcharts single horizontal stacked bar chart with data names (labels) and %-ages always shown and data numbers and series name shown on mousehover
- How can I prepare a Group Stacked Bar Chart in Highcharts using multiple and different types of data?
- Highcharts stacked bar chart comes empty
- Highcharts - Stacked bar chart - Remove axis
- How to make highcharts stacked bar chart start from a specific date
- How to plot stacked bar chart in highcharts with dynamic data?
- Highcharts stacked bar chart - how to get the stacks values
- Highcharts Stacked bar chart with db value (Dynamic Data)
- stacked bar chart shows hanging zeros when all values are 0 highcharts
- How do I rotate my HighCharts bar chart so its vertical, not horizontal?
- dealing with highcharts bar chart with really long category names
- Highcharts percentage of total for simple bar chart
- HighCharts - Y-Axis padding in a bar chart
- highcharts jquery dynamic change chart type column to bar
- Highcharts Bar Chart - How to set the minimum bar width/length
- Shadow in Highcharts bar chart
- Highcharts stacked bar graph as timeline
- Hide 0 values in Stacked Column Chart in Highcharts
- Highcharts tootip for stacked bar charts
More Query from same tag
- How to add labels to the end of a highcharts line graph
- Highcharts Datalabel formatting in spline
- how to truncate the stackLabels on yaxis for a stacked Grouped column highchart
- Django Chartit graph not displaying. Jquery issue?
- How to turn Highchart scrollable?
- Revert theme to default
- Custom styles on Highcharts legends
- Highcharts multiple x-Axis without multiple series?
- Add URL to Pie-Donut Highchart
- Highstock tooltip.positioner isn t working
- Highcharts Categories Bug?
- Missing documentation on generated HTML5 of jasperreports-highcharts
- HighCharts - Remove space between series on stacked bar
- Highcharts- How to create streaming bar charts
- How to update highcharts.js chart on select change using data from csv file(s)?
- Highcharts csv data loading and parse into separate array and json
- Is it possible to plot more than 35000 points in Highcharts
- How to display full text in data labels in sunburst highcharts
- Total value contains part of current value in highcharts
- EmberJS Component With Graph
- How to make a chart with highcharts, load data from API
- Overlap data on spline chart in Highcharts
- How we design 3d column chart in highcharts like in pic?
- Highcharts:Remove the color area below the 2 series
- Highcharts data label vertical alignment - bug
- Highchart styling issue. Chart doesn't show up as it is coded
- Highchart -change posistion of yaxis title
- Please help Highcharts - Windrose graph display bars from top to center
- Highcharts - Line chart is using wrong TimeZone
- Highcharts 5 data-labels width in CSS