Example of Selection in Javascript Heatmap Chart Control

/
/
Selection

This sample visualizes the revenue from the top exported products between the year 2014 and 2018, valued in USD million

More Details...

Top export products 2014-2018, Value in USD millionCerealsMeatSpicesTeaEdible OilDairy ProductsWheat201420152016201720184.46.54.36.43.54.33.95.63.93.96.25.94.35.23.485.43.91.93.93.95.24.84.64.335.94.32.96.65.15.277.86.5
CerealsMeatSpicesTeaEdible OilDairy ProductsWheat
Description

In this example, you can see how to selected the cell in heat map and render the column chart based on selected data. 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. Injecting Module Heatmap component features are separated into discrete feature-based modules. To use a tooltip, inject the Tooltip module using the Heatmap.Inject(Tooltip) method.