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
state.stackRelated Properties
Not finding the help you need?
Contact Support