series.dataArray

Array of data items. The data item type can be either a:

  • Array of objects. Each point is bound to the specified series fields.
  • Array of numbers. Available for area, bar, column, pie and line series.

Example

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