Last active
May 10, 2017 16:23
-
-
Save jongio/0a6a93047e2a9830efa0518688ea6c69 to your computer and use it in GitHub Desktop.
pbiviz.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "visual": { | |
| "name": "liquidFillGauge", | |
| "displayName": "liquidFillGauge", | |
| "guid": "liquidFillGauge93CE6A47554D42C181409FA800464B76", | |
| "visualClassName": "Visual", | |
| "version": "1.0.0", | |
| "description": "", | |
| "supportUrl": "", | |
| "gitHubUrl": "" | |
| }, | |
| "apiVersion": "1.6.0", | |
| "author": { | |
| "name": "", | |
| "email": "" | |
| }, | |
| "assets": { | |
| "icon": "assets/icon.png" | |
| }, | |
| "externalJS": [ | |
| "node_modules/powerbi-visuals-utils-dataviewutils/lib/index.js", | |
| "node_modules/d3/d3.min.js" | |
| ], | |
| "style": "style/visual.less", | |
| "capabilities": "capabilities.json", | |
| "dependencies": "dependencies.json", | |
| "stringResources": [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment