type String(default: "line")

The default series type.

Example

$("#sparkline").kendoSparkline({
    type: "bar",
    data: [1, 2, 3, 5]
});
In this article