tooltipBoolean|Object

Defines the tooltip settings for the diagram.

Example

<div id="diagram"></div>
<script>
$("#diagram").kendoDiagram({
    tooltip: {
        delay: 500
    },
    shapes: [
        { id: "1", x: 100, y: 100, content: { text: "Hover over me" } }
    ]
});
</script>
In this article
tooltipRelated Properties
Not finding the help you need?
Contact Support