-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpbiviz.json
More file actions
23 lines (23 loc) · 793 Bytes
/
pbiviz.json
File metadata and controls
23 lines (23 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"visual": {
"name": "radarChart",
"displayName": "Radar Chart 3.1.3.0",
"guid": "RadarChart1446119667547",
"visualClassName": "RadarChart",
"version": "3.1.3.0",
"description": "A simple radar chart supporting multiple measures plotted over a categorical axis. Also known as a web chart, spider chart, or star chart. Use to display performance metrics for quality improvement.",
"supportUrl": "https://community.powerbi.com",
"gitHubUrl": "https://github.com/Microsoft/PowerBI-visuals-RadarChart"
},
"apiVersion": "5.8.0",
"author": {
"name": "Microsoft",
"email": "pbicvsupport@microsoft.com"
},
"assets": {
"icon": "assets/icon.png"
},
"externalJS": [],
"style": "style/radarChart.less",
"capabilities": "capabilities.json"
}