New to Kendo UI for Angular? Start a free 30-day trial

Converting jQuery Charts to Angular

The Charts enable you to "translate" most of their jQuery demos and other configurations to the of Kendo UI component syntax for Angular by using their inline options.

To adapt the jQuery demos of the Charts to the Angular context:

  1. Import and use the required Kendo UI Drawing and Geometry methods and objects.
  2. Satisfy the TypeScript compiler by casting the necessary object literals to the corresponding type.

The following example demonstrates how to convert the custom visuals in a Bar Chart for jQuery to its Angular equivalent.

Example
View Source
Change Theme:

In this article

Not finding the help you need?