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

jQuery Bubble Charts Binding to Remote Data

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

Also available for:

API REFERENCE

Description

The 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 in-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(https://rs.http3.lol/index.php?q=aHR0cHM6Ly9kZW1vcy50ZWxlcmlrLmNvbS9rZW5kby11aS9idWJibGUtY2hhcnRzL3M), 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 service via the DataSource read configuration. You can find more information about the data-binding capabilities of the Kendo UI chart in this help article.

Support & Learning Resources

Additional Resources