Example of Map with Pie Chart in ASP.NET MVC Maps Control
This sample visualizes the placing of pie charts on the maps. Pie chart is rendered with the age group details of top 6 largest countries.
DEMO
SOURCE
Source:
www.nationmaster.com
In this example, you can see how to render the pie chart as marker in map. Any custom HTML elements can be used as a marker.
Injecting Module
Maps component features are segregated into individual feature-wise modules. To use marker template, you need to inject Marker
module using the Maps.Inject(Marker)
method.