forked from microsoft/powerbi-visuals-heatmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pbiviz.json
23 lines (23 loc) · 941 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": "TableHeatMap",
"displayName": "Table Heatmap 2.0.1",
"guid": "TableHeatMap1443716069308",
"visualClassName": "TableHeatMap",
"version": "2.0.1",
"description": "You can use this custom visual to build a table heat map that can be used to visualise and compare data values in an easy and intuitive way. You have a built-in option within this visual to specify the number of buckets used for splitting your data. Additionally, you can also customise it by choosing a colour scheme in line with your brand colours",
"supportUrl": "http://community.powerbi.com",
"gitHubUrl": "https://github.com/Microsoft/powerbi-visuals-heatmap"
},
"apiVersion": "2.3.0",
"author": {
"name": "Microsoft",
"email": "[email protected]"
},
"assets": {
"icon": "assets/icon.png"
},
"externalJS": [],
"style": "style/style.less",
"capabilities": "capabilities.json"
}