This sample visualizes USA president election results in the year 2016. Vote details of a state will be displayed in a popup on clicking a state. Placed interactive legend at the top of the map.
In this example, you can see how to apply various styles for a shape in the map, when it is clicked or mouse hovered.
Injecting Module
Maps component features are segregated into individual feature-wise modules. To use selection, inject the Selection
module using the Maps.Inject(Selection)
method, and use highlight by injecting the Highlight
module.