This module integrates the Kendo UI JavaScript library with the Charts module to provide enhanced charting capabilities. It allows you to create rich and interactive charts on your Drupal site using Kendo UI components.
This module extends the functionality of the Charts module by integrating the Kendo UI, a powerful jQuery-based JavaScript library. Kendo UI provides a wide range of UI components and features that can enhance the user experience of your Drupal site. You must buy a license to use Kendo UI, though a 30-day trial is available.
Requirements
This module requires the Charts module.
Installation
Install as you would normally install a contributed Drupal module.
To install the Kendo UI library, create a directory
`/libraries/kendo-ui` in your web directory (or root if you are not using the
web directory) and add the following files:
- `kendo.all.min.js` (copy from https://kendo.cdn.telerik.com/2025.1.227/js/kendo.all.min.js)
- `default-main.css` (copy from https://kendo.cdn.telerik.com/themes/10.2.0/default/default-main.css)
- `telerik-license.js` (paste your license in this file)
Clear you caches after adding these files.
Configuration
Please refer to the Charts module documentation for information on how to configure the Charts module. The Kendo UI library is automatically integrated into the Charts module, so you do not need to configure anything specific to the Kendo UI library.