series.paddingNumber

The padding around the chart (equal on all sides).

Available for pie series.

Example

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