seriesDefaults.spacingNumber(default: 0.4)

Space between bars.

Example

<div id="sparkline"></div>
<script>
$("#sparkline").kendoSparkline({
    type: "column",
    seriesDefaults: {
        spacing: 0.1
    },
    series: [{
        data: [10, 15, 8, 12]
    }]
});
</script>
In this article
seriesDefaults.spacing
Not finding the help you need?
Contact Support