score:0
You need to define what series you want to know the stacking for.
var stackedVal;
stackedVal = chart.series[0].options.stacking;
alert(stackedVal);
The reason you can't get the global stacking value is because it is on override from the individual series elements. So you could set the plotOptions.series.stacking = 'normal'
but in each of the series you can set its own individual stacking. It is always better to read from what a particular series is actually doing.
score:2
The problem is that you said you did the following:
chart.options.plotOptions.series.stacking = 'normal';
^
But you did it ?
No, if you take a look your fiddle, you'll see that you did the following:
chart.options.plotOptions.column.stacking = 'normal';
^
That's why you're getting undefined
Source: stackoverflow.com
Related Query
- Highcharts' verifying stacking issues
- Highcharts - change column stacking on click
- Can I with highcharts column stacking on hover not highlighting the whole serie
- Highcharts stacking bar chart border not displaying on right side
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts - Global configuration with common code and unique data & Headings
- Issues using highcharts node export server from ClojureScript - "0x03 error when performing chart generation"
- Stacking Highcharts data in an xrange data series
- Highcharts - Area Chart - Stacking with series containing negative and positive values
- HighCharts Stock Chart error code 18
- highcharts change rendered image source on click
- Ordering the stacking in a highcharts bar chart in R
- How do i add mouse wheel code in Angular2 highcharts in typescript
- how to display 2 same highcharts without duplicate the code
- Use of DotNet HighCharts dll to make charts in code behind
- highcharts categories issues
- How to edit tooltip in Highcharts C# code
- what means ${demo.css} in example files of highcharts ? That piece of code seems to be literal
- Issues Rendering Highcharts - Populating through PHP/MySQL
- passing json values to highcharts from .net code behind
- how to use highcharts tooltip formatter in python code
- HighCharts timezone issues on AngularJs
- passing formatting JavaScript code to HighCharts with JSON
- Is there a better way to debug HighCharts issues
- Highcharts 'area' type with normal stacking looks weird
- HighCharts issues in Dual axes, line and column charts
- HighCharts stack totals on top for percent stacking
- Highcharts display label for pie chart using html table as data source
- Simple, Open source PHP wrapper for Highcharts library
- Highcharts bubble horizontal stacking
More Query from same tag
- Highcharts Spider Chart, change axis ranges
- Hightcharts: reset the graph
- highcharts - drilldown: does not workn with AJAX
- How can I have a responsive graph with highcharts?
- HighCharts: Reaching options of other charts from point event
- Auto Refreshing Highcharts with PHP/JS
- Hide Heatmap DataLabels based on Condition
- Highcharts: Bar with negative stack - Place title text at each side
- highcharts donut pie - How to calculate pie size percentages after resize the chart
- Events for HighCharts - MouseOver/MouseOut
- Why am I seeing two different point types in Highcharts?
- Highcharts crash after adding tickpositioner
- Highcharts xAxis with datetime not showing any chart
- keeping highcharts stacked columns borderWdith but removing stacking gap
- How can i change highcharts data values by selecting from a dropdown list
- create link for any element in categories Highcharts widget
- Highstock navigator style / font
- Why is my JSON formatting different from HighCharts examples?
- How to Apply PlotOptions in Drill Down
- Removing PlotLine last element
- highcharts tooltip z-index
- High chart spline chart is not plotting with single data
- Merge contents of a hash containing array of arrays in jQuery/JS for Highcharts
- HighCharts - set minimum Tick Interval
- highcharts graphs in bootstrap tabs are not displaying properly
- How to add horizontal threshold lines after data is loaded?
- Highcharts/Highmaps - Halo effect on point hover not working in chrome and firefox
- Hightcharts: Smooth zoom in/out distance
- Change color of plotband dynamically
- Ability to show labels of checked serie after rendering highcharts