jQuery Area Charts Binding to Remote Data

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
remote-data-binding.php
chart_data.php

Also available for:

API REFERENCE

Description

The data in the Kendo UI for jQuery Area Chart can be streamed from a remote storage.

To implement the remote data-binding feature, you need to specify a remote endpoint or web service returning data in a JSON or JSONP, OData, or XML format, and utilize the Kendo UI DataSource as a mediator between the Bar Chart and the underlying data.

To make the connection to the remote endpoint and process the data properly, the data source requires information about the web service URL, the request type, the response data type, and, if the response is more complex than a plain array of objects, the structure (schema) of the response.

The current demo shows how to bind the Kendo UI Area Chart to remote data by configuring the DataSource transport which defines how the DataSource interacts with remote data.

This Area Chart example is part of a unique collection of hundreds of jQuery demos, with which you can see all Kendo UI for jQuery components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Kendo UI for jQuery Dojo or ThemeBuilder.

Support & Learning Resources

Additional Resources