state.initialSeries.widthNumber
The line width.
The
widthoption is supported when series.type is set to "line".
Example
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
state: {
initialSeries: {
type: "line",
width: 3
}
}
});
</script>