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

Y

configuration

The Y position of the top-left corner of the rectangle.

y

Number
<div id="diagram"></div>
<script>
$("#diagram").kendoDiagram({
    shapes: [{
        type: "rectangle",
        x: 100,
        y: 50,
        width: 200,
        height: 100,
        fill: {
            color: "#ff6358"
        }
    }]
});
</script>
Not finding the help you need?
Contact Support