New to Kendo UI for jQueryStart a free 30-day trial

Source

configuration

The source URL of the image.

source

String
<div id="diagram"></div>
<script>
$("#diagram").kendoDiagram({
    shapes: [{
        type: "image",
        x: 100,
        y: 100,
        source: "https://demos.telerik.com/kendo-ui/content/dataviz/diagram/people/liam.png",
        height: 100,
        width: 100
    }]
});
</script>
Not finding the help you need?
Contact Support