series.opacityNumber

The series opacity.

Example

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