series.fieldString

The data field containing the series value.

Example

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