-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpbiviz.json
32 lines (32 loc) · 1013 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
24
25
26
27
28
29
30
31
32
{
"visual": {
"name": "Heatmap3",
"displayName": "Heatmap3",
"guid": "heatmap3a04841BE9D3CB4C4DA1353BE94873A343",
"visualClassName": "Visual",
"version": "1.12.0",
"description": "Two dimensional heamap matrix by day of week, bank holiday and hour of day",
"supportUrl": "",
"gitHubUrl": ""
},
"apiVersion": "1.11.0",
"author": {
"name": "David Plummer",
"email": "[email protected]"
},
"assets": {
"icon": "assets/icon.png"
},
"externalJS": [
"node_modules/powerbi-visuals-utils-dataviewutils/lib/index.js",
"node_modules/powerbi-visuals-utils-typeutils/lib/index.js",
"node_modules/powerbi-visuals-utils-svgutils/lib/index.js",
"node_modules/powerbi-visuals-utils-interactivityutils/lib/index.js",
"node_modules/powerbi-models/dist/models.js",
"node_modules/d3/d3.min.js"
],
"style": "style/visual.less",
"capabilities": "capabilities.json",
"dependencies": "dependencies.json",
"stringResources": []
}