forked from microsoft/PowerBI-visuals-TextFilter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpbiviz.json
executable file
·33 lines (33 loc) · 1.17 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
25
26
27
28
29
30
31
32
33
{
"visual": {
"name": "textFilter",
"displayName": "Text Filter",
"guid": "textFilter25A4896A83E0487089E2B90C9AE57C8A",
"visualClassName": "Visual",
"version": "1.2.1",
"description": "Provides a search box that can be placed anywhere in your dashboard. This adds a text filtering capability for quick searching across your data.",
"supportUrl": "https://community.powerbi.com",
"gitHubUrl": "https://github.com/microsoft/PowerBI-visuals-TextFilter"
},
"output": "dist/textFilter.pbiviz",
"apiVersion": "1.11.0",
"author": {
"name": "Microsoft",
"email": "[email protected]"
},
"assets": {
"icon": "assets/icon.png"
},
"externalJS": [
"node_modules/d3/d3.min.js",
"node_modules/powerbi-models/dist/models.js",
"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"
],
"style": "style/visual.less",
"capabilities": "capabilities.json",
"dependencies": "dependencies.json",
"stringResources": []
}