• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of JSON Row in ASP.NET MVC HeatMap Chart Control

This sample visualizes the overall Olympic medals won by the countries in all the summer Olympic events from the year 2000 to 2016.

DEMO
SOURCE

In this example, you can see how to bind JSON data and configure the Heatmap using the data adaptor support. You can bind the JSON data with information for each row to the Heatmap using isJsonData and by defining the adaptorType properties. In row JSON data, the row header is mapped using the xDataMapping.

Tooltip is enabled in this example, to see the tooltip in action, hover a point or tap on a point in touch enabled devices.