Hi Morten,
In order to achieve this for Sparkline B you should set series.data and series.width:
Regards,
Iliana Nikolova
Telerik
In order to achieve this for Sparkline B you should set series.data and series.width:
$t.kendoSparkline({
theme:
"bootstrap"
,
series: [{
width: 10,
data:$t.data(
"source"
).split(
','
)
}],
type:
"line"
,
chartArea: {
background:
"#f5f5f5"
},
tooltip: {
visible:
false
}
});
Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!