Blazor HeatMap Chart Example - Inversed Axis Configuration
This sample illustrates the population growth rate of the most populous countries over the years. The data label is disabled in this sample, and the tooltip displays the data point values.
Source:
https://en.wikipedia.org/
Properties
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.