state.stackBoolean|Object(default: false)
The stack configuration of the series.
Example
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
state: {
stack: {
type: "100%"
}
}
});
</script>
In this article