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
Source:
https://en.wikipedia.org/
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 isJsonDataopens in a new tab and by defining the adaptorTypeopens in a new tab properties. In row JSON data, the row header is mapped using the xDataMappingopens in a new tab.
The tooltip is enabled in this example. To see the tooltip in action, hover the mouse over an item or tap an item on touch-enabled devices.