forked from microsoft/powerbi-visuals-mekkochart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpbiviz.json
22 lines (22 loc) · 848 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
{
"visual": {
"name": "MekkoChart",
"displayName": "Mekko Chart 3.6.1.0",
"guid": "MekkoChart1449744733038",
"visualClassName": "MekkoChart",
"version": "3.6.1.0",
"description": "A Mekko chart is a mix of a 100% stacked column chart and a 100% stacked bar chart combined into one view. Similar to a treemap, the dimensional values are represented by length and width of each rectangle. The width of a column is proportional to the total value of the column.",
"supportUrl": "http://community.powerbi.com",
"gitHubUrl": "https://github.com/Microsoft/powerbi-visuals-mekkochart"
},
"apiVersion": "5.7.0",
"author": {
"name": "Microsoft",
"email": "[email protected]"
},
"assets": {
"icon": "assets/icon.png"
},
"style": "style/visual.less",
"capabilities": "capabilities.json"
}