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

jQuery Heatmap Binding to Local Data

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

Description

The Kendo UI Heatmap can be set to display data from local data storage via its data source property configuration.

In the example above, the data for the Heatmap is defined via a JSON array and assigned to it via the dataSource data attribute. As a result, the Heatmap fetches the data and displays its series and categoryAxis values by setting their field properties to match the relevant data items attribute names in the source.

Additional information about how to utilize the data-binding capabilities of the Kendo UI Chart widget can be found in this section of the product documentation.

Support & Learning Resources

Additional Resources