
Loading


A customizable world map component for PowerApps that lets you dynamically color countries based on data—perfect for visualizing global statistics like temperature, pollution, or population density.
To customize country colors on the map, set the ItemsColor property with a collection formatted as follows: [ {pays: "FR"; color: "yellow"}, {pays: "US"; color: "red"}, {pays: "CA"; color: "white"}, {pays: "IN"; color: "orange"}, {pays: "BR"; color: "lightblue"} ]