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
- 3D-Highchart Dynamic Series Add issues
- How to set Highcharts chart maximum yAxis value
- Change legend symbol in Column Chart in highcharts
- Different Shapes for High Chart's Bubble Chart
- Trouble showing high-maps and high-charts on same page?
- Render Table jQuery weird load order
- HighCharts - Make the pie chart 100% of the div
- display two charts with IE
- How to slow down Highcharts plot
- HighChart Columnrange to combine with a LINE?
- Highcharts heat map does not work with a wide range of data values (min: 0, max: 5,000,000)
- Highcharts Synchronisation not working: point.highlight
- HighChart legend I override mouseover but loose transparency functionality. How do I keep it?
- How to hyperlink bar graph in highcharts
- How do you add specific hyperlinks to highcharts line charts?
- Highchart dual layer donut slide both the inner and outer donuts together
- highcharts.js how to force x-Axis label to display all months regardless of chart size
- Highcharts - Hide child labels in a multiple levels and multiple layouts treemap
- How to pass multiple Highcharts parameters in JSON array
- Highcharts tips ? How can I add a class or an id to an Hichcharts DOM component?
- Highcharter annotation on date x-axis not working - R
- Rails, Highchart maps - adding custom data
- getting error#17 from highcharts while using solid gauge from backbone rails
- How to integrate highchart range slider in angularjs
- Highcharts, show total data as a live stream
- Can we draw custom legends not based on series in highcharts
- Highcharts tooltip image
- Plotbands in Highcharter - When x axis is date
- highcharts-react Gantt: get mouse coordinates from mouse-over
- Initialize Highcharts line chart from unknown number of points