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

jQuery Polar Charts AngularJS

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
angular.html
CONSOLE LOG Clear log

Description

The Kendo UI chart features inborn integration with AngularJS using directives which are officially supported as part of the product. To make use of this integration, you need to reference the Angular scripts in your app and register the module incorporating the Kendo UI directives in the following way:

angular.module("KendoDemos", [ "kendo.directives" ])

Thus you can utilize the AngularJS framework in combination with our chart for apps which could benefit from such integrations. Further, you can specify chart options as fields in the $scope and then associate them via the relevant k- chart Angular attribute definition. This is demonstrated in the demo at hand.

Additional information about how to use Kendo UI widgets with AngularJS you can gather from this help resource.

As of R2 2022 Kendo UI officially has dropped the support for AngularJS 1.x through Kendo UI for jQuery.

Support & Learning Resources

Additional Resources