forked from microsoft/powerbi-visuals-gantt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pbiviz.json
23 lines (23 loc) · 953 Bytes
/
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
{
"visual": {
"name": "Gantt",
"displayName": "Gantt 2.2.3",
"guid": "Gantt1448688115699",
"visualClassName": "Gantt",
"version": "2.2.3",
"description": "A Gantt chart is a type of bar chart which illustrates a project timeline or schedule. The Gantt Chart visual shows the Tasks, Start Dates, Durations, % Complete, and Resources for a project. The Gantt Chart visual can be used to show current schedule status using percent-complete shadings and a vertical \"TODAY\" line. The Legend may be used to group or filter tasks based upon data values.",
"supportUrl": "https://community.powerbi.com",
"gitHubUrl": "https://github.com/Microsoft/powerbi-visuals-gantt"
},
"apiVersion": "2.6.0",
"author": {
"name": "Microsoft",
"email": "pbicvsupport@microsoft.com"
},
"assets": {
"icon": "assets/icon.png"
},
"externalJS": [],
"style": "style/gantt.less",
"capabilities": "capabilities.json"
}