series.widthNumber(default: 0.5)

The line width.

Available for line series

Example

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