I have a chart with 3 series. I want series 1 to not be stacked but series 2 and 3 to be stacked. How can I accomplish this? I noticed that there is a stack attribute for the series
http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart#configuration-series.stack
However, the lower print says that Stack settings of the first series are applied to the rest of the series. How can I accomplish what I need?
Regards