-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpbiviz.json
More file actions
27 lines (27 loc) · 771 Bytes
/
Copy pathpbiviz.json
File metadata and controls
27 lines (27 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"visual": {
"name": "sand-map",
"displayName": "Sand Map",
"guid": "sandmapEB069887C7A24F3880542DC48849232A",
"visualClassName": "Visual",
"version": "1.0.0",
"description": "Sand Map is a PowerBI custom visual developed using R & TypeScript",
"supportUrl": "https://github.com/AmraniO/sand-map",
"gitHubUrl": "https://github.com/AmraniO/sand-map"
},
"apiVersion": "1.11.0",
"author": {
"name": "Omar Amrani",
"email": "o.amrani@gmail.com"
},
"assets": {
"icon": "assets/icon.png"
},
"externalJS": [
"node_modules/powerbi-visuals-utils-dataviewutils/lib/index.js"
],
"style": "style/visual.less",
"capabilities": "capabilities.json",
"dependencies": "dependencies.json",
"stringResources": []
}