score:2
Accepted answer
Okay, to connect series use linkedTo
for series. To set stacking, use stacking:'normal'
and for series use stack
. And here is a result: http://jsfiddle.net/TfvGp/50/
About tooltip, there's no simple solution for it. In Highcharts you can show or all series in tooltip, or just one. You can't choose two series for it. The best solution will be to loop over all series in tooltip.formatter
and display series values only for the same stack as hovered point, see docs. Happy coding ;)
Source: stackoverflow.com
Related Query
- highcharts groups of stacked columns
- I'm trying to create a timeseries chart having stacked columns in HighCharts
- Using Trellis Chart with Stacked Columns in Highcharts
- Highcharts stacked columns with Y Axis grouping
- Highcharts not showing value when two stacked columns have value = 1
- Highcharts multiple stacked columns
- highcharts stacked columns and spline messed up yAxis display
- Formatting MongoDB aggregation for Highcharts Stacked Columns
- Highcharts Stacked Columns Labels on Top
- Highcharts do not hold all the values of stacked columns chart with data time axes
- Shared tooltip positioner point.plotY is always 0 in Highcharts Stacked columns
- How to display values on line stacked columns on highcharts
- R Highcharter - highlight same group in multiple stacked columns chart + order groups in columns
- Does highcharts support displaying groups of columns at different x values?
- Highcharts - how to display a chart with stacked and un-stacked columns side-by-side
- Highcharts column chart. Sometimes unusable 1px stacked columns. Sometimes usable side by side columns
- keeping highcharts stacked columns borderWdith but removing stacking gap
- Highcharts - Detail chart with stacked columns
- Highcharts - stacked columns by category
- Always display data labels above columns in HighCharts
- Always showing tooltip on all columns in Highcharts
- Display legend items in two columns highcharts
- Change Color of Volume Columns (High/Low) in HighCharts
- set color of grouped stacked column in highcharts
- Highcharts data labels overlapping columns
- Highcharts stacked bar chart hide data labels not to overlap
- Highcharts - specifying order of stacked time series
- Highcharts stacked bar graph as timeline
- Grouping a stacked bar chart in Highcharts
- Hide 0 values in Stacked Column Chart in Highcharts
More Query from same tag
- Loading Highcharts data via ajax removes Datalabels
- Highcharts - zoom xAxis and pan along axis
- "TypeError: c.slice is not a function" when trying to call a function within JQuery
- Accessing a Highmaps node from outside the map
- Semi donot chart with highcharts
- Wicked-Charts: This website contains interactive content
- How do I add dynamic labels in highcharts while using motion plugin?
- Highchart.getSVG convert to png
- chart.setOptions is not defined
- Array split with the help of object categories values of array- Javascript - High Chart
- How to catch the click event from the axis ticks jqplot, highcharts,flot
- Highcharts - How to deal with separately scrollbar on multi-charts
- zone.js:680 Unhandled Promise rejection: chartModule is not a function
- Displaying linechart using angular2-highcharts
- How to process csv data (datetime) month, week, day, hour in highstock highcharts
- Setting a four hour range in highcharts
- Is there any way in Highcharts to auto show Labels/Text on a scatter chart?
- Can we stack a 2 columns in a single column in basic column Highchart and let the other columns let it be?
- Highcharts JS Uncaught TypeError: x[(intermediate value)(intermediate value)(intermediate value)] is not a constructor
- Highstocks compare stocks how to define data?
- HighCharts - dynamic graph & no tick mark on the right hand side dual axis
- Highcharts guage stop datalabels animations only
- how to display charts/graphs based on user specific data
- Get left and top position of highcharts scrollbar
- How to add highcharts plugins into highcharts-vue(highcharts vue wrapper)
- Is there a option in highcharts like the 'ordinal' in highstock?
- Compare one month of two year with Highcharts
- highcharts how to make x and y axis starting on the same zero using categories on yAxis
- How to export charts in multiple sizes with Highcharts?
- Pagination in column chart with Previous, Next controls?