New to Kendo UI for jQuery? Download free 30-day trial

jQuery Diagram Tooltips

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
tooltips.html

Also available for:

API REFERENCE

Description

The Kendo UI for jQuery Diagram allows you to create interactive diagrams with rich tooltip functionality that provides additional information when hovering over shapes and connections.

This demo demonstrates how to configure tooltips for a Diagram representing an organizational chart with employee details and reporting relationships.

Tooltips can be configured with the following settings:

  • tooltip—Defines the tooltip settings for the diagram. Can be set to Boolean or Object.
  • tooltip.shapeTemplate—A function that defines the tooltip template that will be shown when hovering over a shape. The function receives the shape's data item as a parameter.
  • tooltip.connectionTemplate—A function that defines the tooltip template that will be shown when hovering over a connection. The function receives the connection's data item as a parameter.

This Diagram example is part of a unique collection of hundreds of jQuery demos, with which you can see all Kendo UI for jQuery components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Kendo UI for jQuery Dojo or ThemeBuilder.

Support & Learning Resources

Additional Resources