Blazor Maps Example - Heat Map Visualization
This sample represents India's population by state in 2011. Each state's color will be determined by its value.
Source:
en.wikipedia.org
In this example, you can see how to apply desired colors for the shapes, if its value is within the specified range using the MapsShapeColorMappings. In addition, the legend has been added to the bottom of the map. In this case, the tooltip is also enabled.
More information about color mapping can be found in this documentation section.