You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.
Ran kendo-lint against a JavaScript file of mine (i.e. foo.js) that uses the chart widget of Kendo UI DataViz and it reports the following problem:
$ kendo-lint foo.js
foo.js[xx,yy]: Could not find component: Chart
In foo.js, the corresponding JavaScript:
chart = $("#chart").kendoChart({
...
});
The text was updated successfully, but these errors were encountered: