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

jQuery Funnel Charts Binding to Remote Data

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
remote-data-binding.html

Also available for:

API REFERENCE

Description

The Telerik Kendo UI chart supports binding to remote data via RESTful services.

For remote data binding you need to specify a remote endpoint or a web service returning data in JSON/JSONP format and utilize the DataSource as a mediator between the chart and the underlying data. To make the connection to the remote endpoint and process the data properly, the data source needs information about the web service URL(s), the request type, the response data type, and the structure (schema) of the response, in case it is more complex than a plain array of objects.

In this example the chart fetches its data from a remote endpoint assigned via the DataSource read configuration. You can find more information about the data-binding capabilities of the MVC chart in this help article.

Support & Learning Resources

Additional Resources