New to Kendo UI for jQuery? Download free 30-day trial
jQuery Heatmap Binding to Local Data
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
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.