Skip to content

Commit 47e9983

Browse files
committed
Map color
1 parent 49e60ca commit 47e9983

File tree

6 files changed

+4408
-0
lines changed

6 files changed

+4408
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Country Color Map
2+
3+
Emoji Input is a smart emoji search tool built in PowerApps. It lets users quickly find emojis by typing keywords, with instant filtering and organized results by category. Perfect for adding personality to forms, chats, or custom apps.
4+
5+
6+
7+
![emoji-input](./assets/country-color-map.gif)
8+
9+
10+
## Authors
11+
12+
Snippet|Author
13+
--------|---------
14+
Steve Bourdin | [GitHub](https://github.com/SteveBourdin) ([LinkedIn](https://www.linkedin.com/in/steve-bourdin-ab998762/) )
15+
16+
## Minimal path to awesome
17+
18+
1. Open your canvas app in **Power Apps**
19+
2. Copy the contents of the **[YAML-file](./source/country-color-map.yaml)**
20+
3. Go to the component Screen
21+
4. Click on the three dots of the screen where you want to add the snippet and select "Paste code"
22+
23+
If you want a exemple to paste to the canvas screen, you can paste this exemple : **[Exemple-File](./source/canvas_exemple.yaml)**
24+
25+
## Code
26+
**[YAML-file](./source/country-color-map.yaml)**
27+
28+
29+
## Disclaimer
30+
31+
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
32+
33+
<img src="https://m365-visitor-stats.azurewebsites.net/powerplatform-snippets/power-apps/country-color-map" aria-hidden="true" />
1.43 MB
Loading
213 KB
Loading
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
[
2+
{
3+
"$schema": "https://developer.microsoft.com/en-us/json-schemas/pnp/samples/v1.0/metadata-schema.json",
4+
"name": "pnp-powerplatform-snippets-country-color-map",
5+
"version": "1.0.0.0",
6+
"source": "pnp",
7+
"creationDateTime": "2025-04-29T00:00:00.000Z",
8+
"updateDateTime": "2025-04-29T00:00:00.000Z",
9+
"title": "Keyboard",
10+
"shortDescription": "A customizable world map component for PowerApps that lets you dynamically color countries based on data—perfect",
11+
"longDescription": [
12+
"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."
13+
],
14+
"url": "https://github.com/pnp/powerplatform-snippets/tree/main/power-apps/country-color-map/",
15+
"products": [
16+
"Power Platform",
17+
"Power Apps",
18+
"powerplatform-snippets",
19+
"power-apps-snippets"
20+
],
21+
"tags": [
22+
],
23+
"categories": [
24+
],
25+
"metadata": [
26+
{
27+
"key": "Product",
28+
"value": "Power Apps"
29+
},
30+
{
31+
"key": "Type",
32+
"value": "Snippet"
33+
}
34+
],
35+
"thumbnails": [
36+
{
37+
"type": "image",
38+
"order": 100,
39+
"url": "https://raw.githubusercontent.com/pnp/powerplatform-snippets/main/power-apps/time-picker/assets/country-color-map.gif",
40+
"alt": "Preview PNG"
41+
}
42+
],
43+
"authors": [
44+
{
45+
"gitHubAccount": "SteveBourdin",
46+
"name": "Steve Bourdin",
47+
"pictureUrl": "https://github.com/SteveBourdin.png"
48+
}
49+
]
50+
}
51+
]

0 commit comments

Comments
 (0)