Example of Inversed Axis in React HeatMap Chart Component

/
/
InversedAxis

This sample illustrates the population growth rate of the most populous countries over the years. The data label is disabled in this sample, the tooltip displays the data point values. In property panel, the options are available to reverse the origin of the axes by means of checkbox for each axis.

More Details...

Loading....
Description

In this example, you can see how to reverse the axis origin for both axes, once the axis origin has been reversed the axis data will be displayed inverted. You can reverse the axis origin by enabling the isInversed property for each axis.

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 {''} method.