How to modify Column stacked percent Chart in Highcharts

Ashish Sherashia

This is what I want I want to change the functionality of this chart: http://www.highcharts.com/demo/column-stacked-percent

in such a way that, when i click on the legend the percentage that is being calculated should be formulated from all the data series rather than just the visible ones. Right now clicking on legend it the column always becomes 100%.

Kacper Madej

It is possible to set ignoreHiddenSeries to false, but in that case hiding series other than the top one will not make other series fall down to fill the gap in the stack.

Example: http://jsfiddle.net/pahyq9b9/

Another solution would be to parse your data and use normal stacking instead of percent, because normal stacking will only move other points and will not change point values.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Highcharts tooltip bug with stacked column chart

From Dev

HighCharts Stacked Column Adding Onclick Event to the chart

From Dev

stacked group column chart in highcharts example

From Dev

Pass data to Stacked Column Chart (Highcharts Framework)

From Dev

SSRS Stacked Column Chart - Label Data As A Percent of the Stack

From Dev

Stacked Column Chart With Unequal SubGroups in HighCharts.js

From Dev

How to create a percent on a column graph chart?

From Dev

Stacked percent bar in a spark line grid for Highcharts

From Dev

Highcharts bar with non-stacked percent series

From Dev

HighCharts stacked column range

From Dev

Highcharts overlapping and stacked column

From Dev

HighCharts stacked column range

From Dev

HighCharts: Drilldown to a Stacked Column

From Dev

How to efficiently query for a stacked column chart?

From Dev

Highstock.js: Not able to create multi pane chart with two stacked column charts, one "normal" and the other "percent"

From Dev

Highcharts drilldown in stacked area chart

From Dev

Grouping a stacked bar chart in Highcharts

From Dev

Highcharts - Detail chart with stacked columns

From Dev

Grouped and Stacked Column Chart

From Dev

Stacked column chart in Excel

From Dev

Highcharts stacked column bar with line

From Dev

Highcharts datalabel for each stacked column

From Dev

Highcharts Stacked Percentage Column Hyperlink

From Dev

Highcharts Stacked Percentage Column Hyperlink

From Dev

Google chart stacked column chart. How to style each individual stacked item (data series)

From Dev

Highcharts 4.0.3 stacked bar chart bug adds â-

From Dev

HighCharts stacked grouped chart - with grouped caregories plugin

From Dev

How to create Stacked Column Chart with different colors and custom tooltips in a stack?

From Dev

d3 how to make single stacked column chart

Related Related

  1. 1

    Highcharts tooltip bug with stacked column chart

  2. 2

    HighCharts Stacked Column Adding Onclick Event to the chart

  3. 3

    stacked group column chart in highcharts example

  4. 4

    Pass data to Stacked Column Chart (Highcharts Framework)

  5. 5

    SSRS Stacked Column Chart - Label Data As A Percent of the Stack

  6. 6

    Stacked Column Chart With Unequal SubGroups in HighCharts.js

  7. 7

    How to create a percent on a column graph chart?

  8. 8

    Stacked percent bar in a spark line grid for Highcharts

  9. 9

    Highcharts bar with non-stacked percent series

  10. 10

    HighCharts stacked column range

  11. 11

    Highcharts overlapping and stacked column

  12. 12

    HighCharts stacked column range

  13. 13

    HighCharts: Drilldown to a Stacked Column

  14. 14

    How to efficiently query for a stacked column chart?

  15. 15

    Highstock.js: Not able to create multi pane chart with two stacked column charts, one "normal" and the other "percent"

  16. 16

    Highcharts drilldown in stacked area chart

  17. 17

    Grouping a stacked bar chart in Highcharts

  18. 18

    Highcharts - Detail chart with stacked columns

  19. 19

    Grouped and Stacked Column Chart

  20. 20

    Stacked column chart in Excel

  21. 21

    Highcharts stacked column bar with line

  22. 22

    Highcharts datalabel for each stacked column

  23. 23

    Highcharts Stacked Percentage Column Hyperlink

  24. 24

    Highcharts Stacked Percentage Column Hyperlink

  25. 25

    Google chart stacked column chart. How to style each individual stacked item (data series)

  26. 26

    Highcharts 4.0.3 stacked bar chart bug adds â-

  27. 27

    HighCharts stacked grouped chart - with grouped caregories plugin

  28. 28

    How to create Stacked Column Chart with different colors and custom tooltips in a stack?

  29. 29

    d3 how to make single stacked column chart

HotTag

Archive