-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpbiviz.json
25 lines (25 loc) · 902 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
{
"visual": {
"name": "htmlContent",
"displayName": "HTML Content (lite)",
"guid": "htmlContent443BE3AD55E043BF878BED274D3A6865",
"visualClassName": "Visual",
"version": "1.5.0.0",
"description": "Visualise column or measure values as HTML in your Power BI reports. This version does not allow loading of remote content, and allows a smaller subset of HTML tags.",
"supportUrl": "https://www.html-content.com",
"gitHubUrl": "https://github.com/dm-p/powerbi-visuals-html-content"
},
"apiVersion": "5.7.0",
"author": {
"name": "Daniel Marsh-Patrick",
"email": "daniel@coacervo.co"
},
"assets": {
"icon": "assets/palette_icon_lite.png"
},
"externalJS": [],
"style": "style/visual.less",
"capabilities": "capabilities.json",
"dependencies": null,
"stringResources": []
}