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

Height

configuration

Sets the height of the rectangle.

height

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