-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpbiviz.json
24 lines (24 loc) · 847 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
{
"visual": {
"name": "hierarchySlicer",
"displayName": "Hierarchy Slicer",
"guid": "HierarchySlicer1458836712039",
"visualClassName": "HierarchySlicer",
"version": "2.2.2",
"description": "With the hierarchy slicer it is possible to represent a hierarchy as a single slicer. The different levels are shown as a tree.",
"supportUrl": "https://azurebi-docs.jppp.org/powerbi-visuals/index.html",
"gitHubUrl": "https://github.com/liprec/powerbi-hierarchySlicer"
},
"apiVersion": "3.2.0",
"author": {
"name": "Jan Pieter Posthuma",
"email": "[email protected]"
},
"assets": {
"icon": "assets/icon.svg"
},
"externalJS": [],
"style": "style/hierarchySlicer.less",
"capabilities": "capabilities.json",
"stringResources": []
}