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 Articles
- Highcharts stacked bar chart Likert scale centering
- Highcharts stacked bar chart hide data labels not to overlap
- Grouping a stacked bar chart in Highcharts
- Hide 0 values in Stacked Column Chart in Highcharts
- Highcharts 3.0, area chart with stacked and unstacked series - how to fix?
- I'm trying to create a timeseries chart having stacked columns in HighCharts
- highcharts - precision for stacked column chart data labels
- Using Trellis Chart with Stacked Columns 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 Stock Chart error code 18
- HighCharts Data Structure - Multiple Independent Series, Stacked Column Chart
- Highcharts 4.0.3 stacked bar chart bug adds รข-
- Highcharts - how to export chart with different scale in one click
- Highcharts - gap between series in stacked area chart
- Highcharts pie chart annotations are not centering
- Highcharts - creating chart with same scale axis
- Highcharts stacked column chart is missing some values?
- highcharts scale chart to width
- Highcharts vertical stacked bar chart with negative values, is it possible?
- Highcharts Stacked Column chart change legendItemClick function
- How to modify Column stacked percent Chart in Highcharts
- Highcharts drilldown in stacked area chart
- Highcharts display label for pie chart using html table as data source
- 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
- Highcharts tooltip bug with stacked column chart
- Highcharts export stops working after first export
- Catching Highcharts Client Side Export response before it downloads
- PHP and highcharts: add mysql results as new column in CSV file
- High Chart progress bar/Status bar
- Highcharts guage stop datalabels animations only
- Memory heap increases when Chrome tab is inactive
- Using Highcharts formatter causes Cannot read property 'length' of undefined
- Add 2 legends in one chart
- Show highchart graph in modal on same page by clicking on graph
- High Charts stack column from json object
- Modify legend symbol of highchart on export not working
- Display labels on minor tick in Highcharts when using tickInterval
- Tooltip overlap issue in highchart, can not select plotpoint on same datetime?
- Importing multiple externan Javascript libraries
- Change color of pie chart on drilldown
- Show PlotLine value on yAxis Highcharts
- get Tooltip text/innerHTML on click
- highcharts customEvents.js issue 0x800a138a - JavaScript runtime error: Function expected
- Setting Highcharts maximum Y value to an exact amount without rounding
- Y-axis markers are multiples of odd numbers