-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpbiviz.json
31 lines (31 loc) · 1.19 KB
/
pbiviz.json
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
28
29
30
31
{
"visual": {
"name": "powerbi-Visuals-Kpiindicator",
"displayName": "powerbi-visuals-kpiindicator",
"guid": "Kpiindicator133C1FAC512B4BBFB656628CE198787B",
"visualClassName": "Visual",
"version": "1.0.0",
"description": "KPI Indicator by Microsoft is KPI Card visual's fork. It's used to visualize key performance indicators. The status is presented as a color indication, comparing the actual and target values.",
"supportUrl": "http://community.powerbi.com",
"gitHubUrl": "https://github.com/Microsoft/powerbi-visuals-kpiindicator"
},
"apiVersion": "1.7.0",
"author": {
"name": "Microsoft",
"email": "pbicvsupport@microsoft.com"
},
"assets": {
"icon": "assets/icon.png"
},
"externalJS": [
"node_modules/globalize/lib/globalize.js",
"node_modules/globalize/lib/cultures/globalize.culture.en-US.js",
"node_modules/powerbi-visuals-utils-typeutils/lib/index.js",
"node_modules/powerbi-visuals-utils-dataviewutils/lib/index.js",
"node_modules/powerbi-visuals-utils-formattingutils/lib/index.js"
],
"style": "style/visual.less",
"capabilities": "capabilities.json",
"dependencies": "dependencies.json",
"stringResources": []
}