New to Kendo UI for Vue? Start a free 30-day trial
Troubleshooting
This article provides solutions for issues you might encounter while working with the Kendo UI for Vue Native Charts.
HammerJS Dependency
Applies to @progress/kendo-vue-charts version 5.0.0 or older. Starting from version 5.1.0, HammerJS is no longer required.
When I try to use the Chart component, a Hammer.js-related error occurs
The Chart
component requires Hammer.js to be installed as a dependency. The error occurs because Hammer.js is not loaded.
Solution
Install the Hammer.js package and import it by using the import 'hammerjs';
command.