-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpbiviz.json
24 lines (24 loc) · 1.14 KB
/
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": "FacetKey",
"displayName": "Facet Key",
"guid": "FacetKey1642434105454",
"visualClassName": "FacetsVisual",
"description": "This visual is currently in beta testing and is undergoing active development. Facet Key (right) displays the most common matches in facets of a document set, indicating how many documents match each facet value. It can also be used to interpret icon mappings in linked visuals. Click facet values to highlight matches in linked visuals, or invoke highlighting from a linked visual to see top matches in the highlighted set. Facet Key is designed for use with Cluster Map (left) and Strippet Browser.",
"supportUrl": "http://community.powerbi.com",
"gitHubUrl": "https://github.com/Microsoft/PowerBI-visuals-FacetKey"
},
"author": {
"name": "Microsoft",
"email": "[email protected]"
},
"apiVersion": "1.11.0",
"assets": {
"icon": "assets/icon.svg",
"thumbnail": "assets/thumbnail.png",
"screenshot": "assets/screenshot.png"
},
"style": "style/facets.scss",
"capabilities": "capabilities.json",
"output": "dist/essex.widget.facetkey.pbiviz"
}