forked from microsoft/PowerBI-visuals-FacetKey
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpbiviz.json
More file actions
24 lines (24 loc) · 1.15 KB
/
pbiviz.json
File metadata and controls
24 lines (24 loc) · 1.15 KB
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 (experimental)",
"email": "msrvizsupport@microsoft.com"
},
"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"
}