Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

line width when user data (not datasource)

$
0
0
Hi Morten,

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!
 

Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>